FHW 64 Harbour Console Debugger

FHW 64 Harbour Console Debugger

Postby don lowenstein » Thu Sep 08, 2016 9:15 pm

Does the Harbour console debugger work wtih FWH-64 and Microsoft Visual Studio Complier/Linker?
Don Lowenstein
www.laapc.com
User avatar
don lowenstein
 
Posts: 197
Joined: Mon Oct 17, 2005 9:09 pm

Re: FHW 64 Harbour Console Debugger

Postby Antonio Linares » Thu Sep 08, 2016 10:15 pm

Don,

You can use the FWH debugger simply doing:

build64.bat tutor02 /b

Or do you mean calling the console debugger using FWH ? If so, how do you do it in 32 bits ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41404
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FHW 64 Harbour Console Debugger

Postby 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 +
Don Lowenstein
www.laapc.com
User avatar
don lowenstein
 
Posts: 197
Joined: Mon Oct 17, 2005 9:09 pm

Re: FHW 64 Harbour Console Debugger

Postby Antonio Linares » Fri Sep 09, 2016 8:13 pm

Do you link gtwin.lib instead of gtgui.lib ?

I have modified buildh.bat with your changes, but I get the FWH debugger when I do:

buildh.bat tutor02 /b
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41404
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 36 guests