Search found 100 matches

by xhbcoder
Fri Dec 07, 2012 5:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1158

Re: /B Harbour Compiler option generated a unresolved external

Hi Antonio, The Tutor02 works fine. I linked gtwin.lib and added -Gn -aa linker switch as shown in BuildH.Bat. My application now shows some life but with a bunch of errors. I think it's just the switches and settings but I can't find anymore from BuildH.bat that I can copy to my .MAK file. Below ar...
by xhbcoder
Thu Dec 06, 2012 11:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1158

Re: /B Harbour Compiler option generated a unresolved external

Antonio,

With /B option the msginfo box doesn't show up nor the application. But without /B it shows up and the application runs well.

The FWDbg.dll is also in the default folder.

What I am probably missing?

Thanks,

Jose
by xhbcoder
Thu Dec 06, 2012 4:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1158

Re: /B Harbour Compiler option generated a unresolved external

Hi Antonio, Thanks for the quick reply. I link XHB.LIB and it builds the exe, but when I run the exe it is not showing. How could I invoke the application build with the debug (/B) option ? Do I need another application like the CLD.EXE with Clipper to run the exe in debugging mode? Thank you and re...
by xhbcoder
Wed Dec 05, 2012 9:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1158

/B Harbour Compiler option generated a unresolved external

Hello FiveWin / Antonio, I am trying to compile with /B option but the linker generated the following error. Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_HB_DECODE' referenced from C:\FWH\LIB\FIVEH.LIB|XBROWSE Environment: FWH 11.06, Boralnd 586 and...
by xhbcoder
Fri Oct 19, 2012 6:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Publishing in the "Windows Store Apps" market
Replies: 7
Views: 1445

Re: Publishing in the "Windows Store Apps" market

This is exciting.

This shows the flexibility of Harbour.

Congratulations Antonio!!!

-Jose
by xhbcoder
Mon Oct 08, 2012 5:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour being ported to Windows 8 WinRT
Replies: 21
Views: 4233

Re: Harbour being ported to Windows 8 WinRT

Hi Guys! We are happy of the result of testing of our POS on Windows 8. But the posibiity of Harbour and FW RT is more exiciting. The C/C++ approach for Harbour made by Anotnio realy works. My congratulations to Harbour and FW team! This can be an opportunity for Harbour to attract more developers. ...
by xhbcoder
Wed Jul 13, 2011 1:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6378

Re: Twbrowse - error : Bound array access

I expect the N is either nRow or ::nColPos. However, since the error is not easy to generate, it will be very hard to find. Perhaps it would be easier to switch to using xBrowse instead. Hi James, I also looked at xBrowse and wonder how our code can adapt. TWBrowes accepts a bunch of parameters whi...
by xhbcoder
Thu Jul 07, 2011 5:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6378

Re: Twbrowse - error : Bound array access

In the two examples you gave, N=-3 in one and N=0 in the other. I expect the problem is in your code. I'm not sure how you can get a -3 value for the row pointer. The 0 pointer probably means you have a empty array; either it was empty when the browse was initiated, or the user deleted all the reco...
by xhbcoder
Thu Jun 09, 2011 6:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6378

Re: Twbrowse - error : Bound array access and division by zero

Hi All, We are also experiencing a bound array access error with TWBrowse FWH version 10.9 but it is hard to reproduce in our application. The following are extracted from our error log. 20110602;13:25:33 (b)TRY@16 (b)STARTPCR@1590 (b)TWBROWSE@152 TWBROWSE:DRAWLINE@0 Alias PLU PC/Register+(tm) 5.3-2...
by xhbcoder
Sat Mar 12, 2011 4:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Random Error with TWBrowse
Replies: 3
Views: 679

Re: Random Error with TWBrowse

Hi Armando,

Thank you for the reply. Your sugestion may work but I did not created this object.

I think this object is part of the Fivewin library and I have no idea how make modifications in the library.

I hope Fivewin Team could advice how to work around this problem.

Gracias,

Jose
by xhbcoder
Fri Mar 11, 2011 7:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Random Error with TWBrowse
Replies: 3
Views: 679

Re: Random Error with TWBrowse

Hi Antonio,

I just sent in your private email a picture of the error as it occurs today.

Please advice.

Thank you,

Jose
by xhbcoder
Wed Mar 09, 2011 3:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Random Error with TWBrowse
Replies: 3
Views: 679

Random Error with TWBrowse

Hi FW Team, We are contineously experiencing a random error in our Harbour + Fivewin application. This is a Clipper application converted to Harbour recently. The error is happenning in the client computer accessed via Microsoft Remote DeskTop. We can not also find a way to reproduce the issue. The ...
by xhbcoder
Wed Aug 11, 2010 3:43 pm
Forum: FiveWin for CA-Clipper
Topic: Whereabout of Fix668.prg that may solve error 668.
Replies: 1
Views: 2697

Re: Whereabout of Fix668.prg that may solve error 668.

Hi All,

Good news about fix668.prg. It is in OASIS inside DGROUP.ZIP.

http://www.the-oasis.net/ftpmaster.php3 ... putils.htm
by xhbcoder
Thu Jul 29, 2010 5:21 pm
Forum: FiveWin for CA-Clipper
Topic: Whereabout of Fix668.prg that may solve error 668.
Replies: 1
Views: 2697

Whereabout of Fix668.prg that may solve error 668.

Hi All, We are experiencing an occassional clipper error 668. ------------------------------------- Errror description: 668 Runtime error handler error (eval stack fault) There could be an error in the runtime error handler. It is calling itself until the stack overflows. The evaluation stack expand...
by xhbcoder
Sun Jul 18, 2010 6:00 pm
Forum: FiveWin for CA-Clipper
Topic: How to view the //INFO data
Replies: 2
Views: 2611

Re: How to view the //INFO data

Hi Antonio, Thank you for the reply. We would like to view DS avail, OS avail and EMM avail when we pass //INFO to clipper applications. The reason for this is we are experiencing the Eval Stack Fault error 668 and we are tweaking the config.nt and autoexec.nt hoping to make more conventional memory...