Search found 26 matches: dbwin32

Return to advanced search

Re: libharbour.dll virtual machine activity on dbwin32

Dear Otto, we have found that building Harbour with these flags: set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_WIN_ALLOC the resulting libharbour.dll manages memory much better, as we use the standard Windows API LocalAlloc(), LocalRealloc(), LocalFree(), etc to manage the memory on Windows Also...
by Antonio Linares
Mon Oct 25, 2021 8:57 am
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 646

Re: libharbour.dll virtual machine activity on dbwin32

Dear Antonio,
Can you please explain what these tests are about?
Best regards,
Otto
by Otto
Sun Oct 24, 2021 4:46 pm
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 646

Re: libharbour.dll virtual machine activity on dbwin32

Mr. Linares,

Incredible the calls that are made to hb_xbfree.

C.
by Carles
Sun Oct 24, 2021 4:39 pm
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 646

Re: help on a GPF situation

This example generates info.log and uses dbwin32. Please have dbwin32 running before calling go.bat go.bat call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_x64set HB_TR_LEVEL=debugset ...
by Antonio Linares
Sat Oct 23, 2021 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3371

Re: help on a GPF situation

Joao, Ejecutas primero dbwin32.exe, luego defines esa variable de entorno y ejecutas tu EXE > ¿cómo llamo internamente dentro del programa para invocar DBWIN32.exe? set HB_TR_SYSOUT=yes tienes que tener esa variable de entorno definida ...
by Antonio Linares
Sat Oct 23, 2021 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3371

Re: help on a GPF situation

Maestro, ¿cómo llamo internamente dentro del programa para invocar DBWIN32.exe?
Ya lo he copiado DBWIN32.exe a la carpeta \ samples.

Gracias.

Regards, saludos.
by karinha
Fri Oct 22, 2021 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3371

Re: help on a GPF situation

Joao,

Conseguiste que te funcionase hb_traceSysOut( .T. ) que envía los mensajes con OutputDebugString() ?

Debe hacer que la salida sea por DbWin32 (por DebugView parece que no funciona)

gracias por tu ayuda!
by Antonio Linares
Fri Oct 22, 2021 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3371

Re: Fivewin debugger (end of line problem)

Pieter,

OutputDebugString( cText ) is a very good option too. Text msgs are displayed in dbwin32 app.

dbwin32 is available from here:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/dbwin32.zip
by Antonio Linares
Tue Sep 22, 2015 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin debugger (end of line problem)
Replies: 4
Views: 690

Re: ADO RDD xHarbour

Antonio,

Where is it crashing ?

Have you traced the code to check where it crashes ?

Please place some MsgInfo()s or use OutputDebugString( cMsg ) (remember to load dbwin32.exe first).
by Antonio Linares
Wed Mar 25, 2015 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446011

Re: Show message when running program as a service

Just tried with DBWIN32 running ... still nothing is displayed.
by Jeff Barnes
Wed Mar 18, 2015 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show message when running program as a service
Replies: 16
Views: 3546

Re: Show message when running program as a service

Jeff,

Tried OutputDebugString("TEST") ... nothing is displayed


Did you had dbwin32.exe running to see the output messages from OutputDebugString() ?

https://bitbucket.org/fivetech/fivewin-contributions/downloads/dbwin32.zip
by Antonio Linares
Wed Mar 18, 2015 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show message when running program as a service
Replies: 16
Views: 3546

Re: Migrando de FWH 32 a FWH 64 - windows.h

... que genera OutputDebugString() necesitas tener ejecutándose esta utilidad: https://bitbucket.org/fivetech/fivewin-contributions/downloads/dbwin32.zip
by Antonio Linares
Mon Jan 19, 2015 9:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 18974

Re: Erro irrecuperavel 9015

... reciente que yo te proporcioné y además una librería vm.lib que yo te proporcionaré (que ya esta construida con el flag necesario). Luego ejecutas DbWin32 que puedes descargar desde aqui: https://code.google.com/p/fivewin-contributions/downloads/detail?name=dbwin32.zip y ejecutas ...
by Antonio Linares
Mon Oct 28, 2013 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro irrecuperavel 9015
Replies: 31
Views: 6731
Next

Return to advanced search