Search found 857 matches: debug

Return to advanced search

Re: Librería xHarbour TTaskPanel.lib

Gracias Andres excelente noticia que aun estas por estos lados :-)

y por la excelente librería, recuerdo que también había un debug que era excelente, no se que paso con ese proyecto
by Patricio Avalos Aguirre
Tue Mar 05, 2024 1:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Librería xHarbour TTaskPanel.lib
Replies: 19
Views: 2995

Re: SAPI : change Voice

hi Daniel, i have try to Debug Events (see last Page) and have ask "what does they mean" Antonio found Solution that 1st Parameter are the Event "Number" Events and meanings: 1 --> Start 3 --> An OLE object is ...
by Jimmy
Wed Feb 14, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3567

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: 3567

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: 3567

Re: SAPI : change Voice

Dear Jimmy, I keep a github repo that allows to run Harbour from Visual Studio in debug mode: https://github.com/FiveTechSoft/harbour_app_msvc64_sources I have been debugging the Harbour code and it seems as when we try to assign oVoice:Voice if fails though ...
by Antonio Linares
Fri Jan 26, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3567

Re: WebView2 Essentials: Guides, Tips & Resources

... or callback related to binding JavaScript functions. Methods: New(nDebug, hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent window handle as arguments. Navigate(cURL): Navigates the web view to a specified URL. SetHtml(cHtml): Sets the HTML content ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Determine lib name of a function

Is there anyway for us to checked which lib a function is linked from?
I am trying to debug why my hb_atx() fails eventhough when I used an online regex tester it works
When I create a simple test at FWH\SAMPLES it also worked
by hua
Tue Jan 02, 2024 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 429

Error raro al compilar

... bat con que lanza hbmk2 con el fichero .hbp de configuración. Ese bat lo lanzo con F5 desde "Launch Program" de VSC. El otro día, en la Debug Console de VSC me apareció este error: Lines 6402, Functions/Procedures 21Generating C source output to '.hbmk\win\bcc64\plates.c'... Done.hbmk2: ...
by alvaro533
Wed Oct 25, 2023 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error raro al compilar
Replies: 6
Views: 370

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... + E:\tools\xharbour_bcc74x\lib\dbffpt.lib + E:\tools\xharbour_bcc74x\lib\hbsix.lib + E:\tools\xharbour_bcc74x\lib\debug.lib + E:\tools\xharbour_bcc74x\lib\common.lib + E:\tools\xharbour_bcc74x\lib\codepage.lib + E:\tools\xharbour_bcc74x\lib\pp.lib + E:\tools\xharbour_bcc74x\lib\pcrepos.lib ...
by CARLOS ATUNCAR
Tue Sep 19, 2023 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1679

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... %HB_LIB_INSTALL%\dbfcdx.lib=23,.T.,0,0, %HB_LIB_INSTALL%\dbffpt.lib=24,.T.,0,0, %HB_LIB_INSTALL%\hbsix.lib=25,.T.,0,0, %HB_LIB_INSTALL%\debug.lib=26,.T.,0,0, %HB_LIB_INSTALL%\common.lib=27,.T.,0,0, %HB_LIB_INSTALL%\codepage.lib=28,.T.,0,0, %HB_LIB_INSTALL%\pp.lib=29,.T.,0,0, %HB_LIB_INSTALL%\pcrepos.lib=30,.T.,0,0, ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1679

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: 468

Re: how to "override" Function of FiveH64.lib using MSVC

hi, i want to "debug" some Function and use "Original Source" that work with BCC / *.MAK but using MSVC / *.HBP i got "dupe Error :shock: FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FW_RDBMSNAME ist bereits ...
by cnavarro
Sun Sep 03, 2023 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 336

how to "override" Function of FiveH64.lib using MSVC

hi, i want to "debug" some Function and use "Original Source" that work with BCC / *.MAK but using MSVC / *.HBP i got "dupe Error :shock: FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FW_RDBMSNAME ist bereits ...
by Jimmy
Sun Sep 03, 2023 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 336

Re: Inicie repositorio prueba e Tree (LO LOGRE)

... x:\harb\harb2020\bin\hbmk2 tree.hbp -comp=bcc tree.hbp -I.\Include -Ix:\harb\fwh\include source\arbol_2024.prg source\TAbm.prg source\extra\debug.prg -Lx:\harb\fwh\lib -lfiveh -lfivehc Resource\recursos.res hbwin.hbc hbmzip.hbc hbziparc.hbc hbfoxpro.hbc hbct.hbc xhb.hbc
by goosfancito
Wed Aug 30, 2023 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicie repositorio prueba e Tree (LO LOGRE)
Replies: 22
Views: 1107

Re: DBF to Excel Sheet, without Excel, using ADO ?

... i do not say it is a "Defect" but it is missing so that Fivewin Function can NOT work with Excel "this Way" yet when debug CODE i saw often that "cDbms" is empty so it can not get Value and use "default" it happens when use these FW Function which ...
by Jimmy
Thu Aug 17, 2023 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2584
Next

Return to advanced search