I use FWH8.07 with the Borland c/c++ complier and Ilinker32. I am trying to compile my code which now has at the beginning the few statements found in the Altd.prg to test the debugger. I have read all the other posts and I compiled the FWH source with /b and have taken out the -aa option in the ilink32 linker and removed gtgui.lib and replaced with gtwin.lib and left the hbdebug.lib in. An extract of my batch file is shown below:
When I compile and link, I get the following error:[SNIP]
echo $(fwh)\lib\FiveH.lib $(fwh)\lib\FiveHC.lib + >> b32.bc
echo $(hdir)\lib\hbrtl.lib + >> b32.bc
echo $(hdir)\lib\hbvm.lib + >> b32.bc
rem echo $(hdir)\lib\gtgui.lib + >> b32.bc
echo $(hdir)\lib\gtwin.lib + >> b32.bc
echo $(hdir)\lib\hbdebug.lib + >> b32.bc
echo $(hdir)\lib\hblang.lib + >> b32.bc
[SNIP]
Can some one point me in the right direction to fix this problem?Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_HB_GT_GUI' referenced from D:\FIVETECH\FWH\LIB\FIVEH.LIB|ERRSYSW
NMAKE : fatal error U1077: 'C:\Borland\BCC55\bin\ilink32.EXE' : return code '0x2'
Stop.
Thanks, Angelo C