Search found 496 matches: debugger

Return to advanced search

Re: New FWH 24.02

I still notice a problem. I use xHarbour Builder for its debugger. It works reseanable good. But if I build my application with xHarbour Builder, I get this error xLINK: error: Unresolved external symbol '_GetDCBrushColor referenced from FiveHCM.lib(CTRL2CHR.obj)'. ...
by driessen
Mon Mar 11, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 33
Views: 872

Re: xbrowse No existe el metodo: LREADONLY

... Albeiro, Se ve bien, buen trabajo! Si siguen apareciendo GPFs esporadicamente mi consejo es que depures ese módulo en C++ desde Visual Studio: el debugger de Visual Studio te indicará el lugar exacto en donde se producen. Muchas Gracias por revisar el codigo. Cuando te refieres a Depurar el codigo ...
by albeiroval
Mon Mar 04, 2024 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 355

Re: xbrowse No existe el metodo: LREADONLY

Estimado Albeiro,

Se ve bien, buen trabajo!

Si siguen apareciendo GPFs esporadicamente mi consejo es que depures ese módulo en C++ desde Visual Studio:
el debugger de Visual Studio te indicará el lugar exacto en donde se producen.
by Antonio Linares
Mon Mar 04, 2024 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 355

Re: Cómo omitir el Fichero .TDS?

...      Del *.bc@If Exist ARMANDO.C       Del ARMANDO.C@If Exist ARMANDO.HC      Del *.HCIf Exist ARMANDO.Exe Del ARMANDO.Exe  .tds Categoria: Turbo Debugger Symbols File Regards, saludos.
by karinha
Mon Jan 29, 2024 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 341

Re: SAPI : change Voice

Dear Otto, this is not a high level Harbour debugger It is a low level debugger to see the Harbour virtual machine running and be able to debug C code. You get it when you install (free) Visual Studio Community 1. Install Visual Studio Community ...
by Antonio Linares
Fri Jan 26, 2024 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3093

Re: SAPI : change Voice

Dear Antonio,
Sometimes I would also be interested in a debugger.
Can you perhaps create a screenshot video showing how Harbour runs in debug mode, what you see, and how to install it?


Best regards,
Otto
by Otto
Fri Jan 26, 2024 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3093

Re: SOBRE DLL

... y editar una DLL existe algun descompilador o soft que deje ver el codigo interno Puedes ver el listado de las funciones que exporta, y usando el debugger de Visual Studio podrias seguir su ejecución Es de 32 ó 64 bits ? Proporciona un enlace para descargarla y la revisamos
by Antonio Linares
Thu Oct 26, 2023 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOBRE DLL
Replies: 7
Views: 350

Re: FWDBG - tamaño de la ventana

Puedes modificar el tamaño de la ventana en esta línea:

DEFINE DIALOG ::oDlg TITLE 'FWH Debugger' FROM 1, 1 TO 50,80

en source\classes\fwdbg.prg
by Antonio Linares
Thu Sep 14, 2023 3:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWDBG - tamaño de la ventana
Replies: 19
Views: 1051

Re: Some problems with the FWH-debugger

Dear Michel,

debugging an event driven environment is not easy. Better use traces instead of a debugger
by Antonio Linares
Mon Sep 11, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 435

Re: Some problems with the FWH-debugger

Enrico,

Thanks for your reply.

But also in Harbour, I got the same error.
by driessen
Mon Sep 11, 2023 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 435

Re: Some problems with the FWH-debugger

Antonio, Unfortunately, I get this error while building my application. Error: Unresolved external '_HB_FUN_HB_GT_WIN' referenced from OBJ\JUDA.OBJError: Unresolved external '_HB_FUN_HB_GT_WIN_DEFAULT' referenced from OBJ\JUDA.OBJError: Unable to perform link Any idea? Thanks. Try to remove them. I...
by Enrico Maria Giordano
Mon Sep 11, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 435

Re: Some problems with the FWH-debugger

Sorry, Enrico, I have always been using the xHarbour which of xHarbour.com. This xHarbour versionn which wasn't free, hasn't been updated since build 772 of 2020, meanwhile 3 years ago. To my opinion, that is not were I am paying for every six months. Yes, I agree: xHarbour.com is a dead company an...
by Enrico Maria Giordano
Mon Sep 11, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 435

Re: Some problems with the FWH-debugger

Antonio,

Unfortunately, I get this error while building my application.
Code: Select all  Expand view
Error: Unresolved external '_HB_FUN_HB_GT_WIN' referenced from OBJ\JUDA.OBJ
Error: Unresolved external '_HB_FUN_HB_GT_WIN_DEFAULT' referenced from OBJ\JUDA.OBJ
Error: Unable to perform link
Any idea?

Thanks.
by driessen
Sun Sep 10, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 435

Re: Some problems with the FWH-debugger

Dear Michel, We provide this example in FWH\samples altd.prg // Sample showing how to invoke the console debugger from Harbour/xHarbour// Notice you have to compile it using /b// and remove -aa when calling ilink32.exe from buildh.bat/buildx.batREQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULTfunction ...
by Antonio Linares
Sun Sep 10, 2023 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 435

Re: Some problems with the FWH-debugger

Antonio,

The debugger is working. I get the debug screen. The problem is that de debugger doesn't stop were I want it to stop.
When I put ALTD() in my PRG, nothing happens.

Thanks.
by driessen
Sun Sep 10, 2023 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 435
Next

Return to advanced search