Harbour debuger for FWH1107 console mode

Post Reply
Perry Nichols
Posts: 17
Joined: Thu Feb 28, 2008 6:56 pm

Harbour debuger for FWH1107 console mode

Post by Perry Nichols »

I am attempting to use the console mode debugger per instructions.

I am using the fwh1107 sample altd.prg and compiling with harbour v3.0 using bcc582.
I am using /b for compile and linking without -aa (for console mode) and with gtwin.lib (per instructions)

Upon execution I get the FiveWin debuger NOT the Harbour debuger?
Please advise.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Harbour debuger for FWH1107 console mode

Post by Antonio Linares »

Perry,

Please link Harbour hbdebug.lib before FiveH.lib. In example, modifying FWH\samples\buildh.bat:

echo %hdirl%\hbdebug.lib %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib + >> b32.bc
regards, saludos

Antonio Linares
www.fivetechsoft.com
Perry Nichols
Posts: 17
Joined: Thu Feb 28, 2008 6:56 pm

Re: Harbour debuger for FWH1107 console mode

Post by Perry Nichols »

That is a simple matter that makes it work - thank you Antonio.
User avatar
carlos vargas
Posts: 1421
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: Harbour debuger for FWH1107 console mode

Post by carlos vargas »

Antonio, en el depurador de harbour, las variables de fecha estan siendo tratadas como numericas, por ejemplo lista las variables y selecciona una que sea de tipo fecha, y presiona enter, inmediato pasa a ser numerica.

hay que reportarlo en la lista de desarrolladores, pero no se como.


salu2

carlos vargas
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Harbour debuger for FWH1107 console mode

Post by Antonio Linares »

Carlos,

Estando identificado con una cuenta de usuario de google (gmail, etc) accede a esta dirección:

https://groups.google.com/forum/?hl=es& ... bour-devel

Cuantos más cooperemos, mejor :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply