With new FWH- and Harbour version i becomes in some cases the message "Abnormal Program Termination" or the program hangs. But the same part of the program on next start is OK. I dont know, this behavior is from FWH or from Harbour.
With new FWH- and Harbour version i becomes in some cases the message "Abnormal Program Termination" or the program hangs. But the same part of the program on next start is OK. I dont know, this behavior is from FWH or from Harbour.
Günther,
Could you build it using xHarbour so we may know if it is a compiler or a FWH issue ? thanks
I will test this. Is the make file and libs for xharbour the same as from harbour. (paths self-explanatory!)
Günther,
Please review FWH\samples\buildx.bat
Antonio, now in xharbour i see many errors "Call to function hb_xvmExitProc with no prototype in function ....".
Whats wrong in my make?
Günther,
What xHarbour version and build are you using ?
Where have you downloaded it from ?
Antonio, the xharbour-version you provided with 9.08!
(build 1.2.1 (Simplex) (Rev. 6406)
Günther,
Are you able to reproduce that error building a FWH\samples PRG using xharbour ? thanks
Antonio, I found the bad thing!!
In my program i compile and link extra the modified xbrowse.prg with the last changes. If I not linked xbrowse.prg all is ok!
And a other lib should linked in the program: codepage.lib. In your makefile this lib is not available!
Günther,
Is the problem already solved ?
Antonio, it seems that the problem with "abnormal...." is not present with Xharbour!
Antonio, the problem with the hb_xvmExitProc is ONLY, if the xharbour -gc3 command line option is activated and i compile also the xbrowse.prg to my app! In harbour is this option ok.
Günther,
Why do you think that report.ch causes the trouble and not the modified xbrowse.prg ?
Antonio, see: viewtopic.php?f=3&t=16592&p=86118#p86118