debugger sample

Post Reply
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

debugger sample

Post by Ehab Samir Aziz »

I compile altd.prg sample for the compiler debugger but with failure though I changed the copmilation and linking options into /b ,remove -aa:

%hdir%\bin\harbour %1 /b /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > clip.log


%bcdir%\bin\ilink32 +%bcdir%\bin\ilink32.cfg -Tpe -s @b32.bc
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ehab,

To use the debugger you have to link GTWIN.lib instead of GTGUI.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply