Debug per FWH

Moderator: Enrico Maria Giordano

Post Reply
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Debug per FWH

Post by Romeo »

Ciao,

esiste il debug x FWH 32bit ?

Solitamente usavo in clipper il CLD.

Avete qualche bacth di esempio ?

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

Re: Debug per FWH

Post by Antonio Linares »

Romeo,

The FWH debugger is built in FWH.

Simply compile using /b and you will get it:

buildh.bat tutor01 /b

Compile your PRGs using /b
regards, saludos

Antonio Linares
www.fivetechsoft.com
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: Debug per FWH

Post by Romeo »

I tried, bu i get this error:

Error: Unresolved external '_HB_FUN_HB_GT_GUI_DEFAULT' referenced from C:\FWH80\LIB\FIVEH.LIB|ERRSYSW

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

Re: Debug per FWH

Post by Antonio Linares »

Romeo,

What FWH version are you using ?

I just tested it with FWH 15.09 and it is working fine
regards, saludos

Antonio Linares
www.fivetechsoft.com
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: Debug per FWH

Post by Romeo »

FWH 8.10

;(
Post Reply