by don lowenstein » Fri Sep 09, 2016 1:59 pm
In 32 bits I do the following:
In source code:
REQUEST HB_GT_WIN
REQUEST HB_GT_WIN_DEFAULT
procedure hb_gt_gui_default
return
In Link I OMIT the -aa switch:
f:\prod\bcc582\BIN\ilink32.exe -Gn -Tpe -s - Iobj32 -Lf:\prod\bcc582 @%sys%.lnk
In the .lnk file the debugger libs appear BEFORE the FiveWin libs:
t:\harb32\lib\hbdebug.lib +
t:\harb32\lib\hbwin.lib +
t:\harb32\lib\hbmisc.lib +
t:\fwh1302\lib\fiveH.lib +
t:\fwh1302\lib\fiveHC.lib +