Debug with FW 8.09

Post Reply
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Debug with FW 8.09

Post by Maurizio »

Antonio ,

Debug with Fw 8.09 dosn't work ( xHarbour and BCC )

I test ALTD.PRG with FW 8.03 and works .

Regards Maurizio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Maurizio,

Have you linked gtwin.lib instead of gtgui.lib ? (just for debug)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

Antonio ,

yes I have linked gtwin.lib

Maurizio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Maurizio,

We should try the debugger in console mode, without FWH, to check if it is working or if it is broken.

We are going to make a test asap. If you can try it there, we appreciate it, thanks.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

Antonio

I try in consol mode without FWH and debug works .

Regards Maurizio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Maurizio,

What GT... library have you used for console mode, GTWIN.lib ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

Antonio


I use GTWIN.LIB ( xHarbour from CVS)

ImageImage
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Maurizio,

With Harbour is working fine.

It seems something has changed in xHarbour. The text console needs to be created or the debugger will not be seen.

For your console test I guess that you have linked gtwin.lib and removed -aa flag for ilink32, right ?
regards, saludos

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

Post by Antonio Linares »

Maurizio,

Have you use the xHarbour that we publish for your text mode test ?
regards, saludos

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

Post by Antonio Linares »

Maurizio,

Solved :-)

You have to add these lines at the top of FWH\samples\AltD.prg

Code: Select all

REQUEST HB_GT_WIN 
REQUEST HB_GT_WIN_DEFAULT

function Main()
...
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

Antonio,

Thank ,now works.

Maurizio
Post Reply