Search found 41 matches: outputdebugstring

Return to advanced search

Re: libharbour.dll virtual machine activity on dbwin32

... API LocalAlloc(), LocalRealloc(), LocalFree(), etc to manage the memory on Windows Also, modifying mod_harbour's entry.c this way (two calls to OutputDebugString()) makes memory liberation work much better: #include <Windows.h>#include <hbapi.h>#include <hbvm.h>static void ...
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: 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: 3372

Re: De xHarbour a Harbour

Gracias nuevamente Master, En esta oportunidad con los archivos go.bat y neuro32.hbp que me indicaste el compilado se ve mas extenso, incluso se crean los archivos .C en la carpeta temporal, los OBJ no se estan creando., luego del proceso, salen estos errores, me imagino que seran librerias que esta...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3267

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 441

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

Armando estás intentando linkar las librerias de Fivewin para el compilador MinGw en lugar de utilizar las de Borland Es cierto. Estaba apuntando a las librerias para Mingw de Fwh, a pesar que todas las variables de entorno apuntaban a Harbour y Bcc7. Ya corregí; pero el arreglo ha resultado peor q...
by Armando Picon
Sun Jan 26, 2020 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3229

Re: buildH.BAT more than 1 PRG ?

hi Antonio, THX, that is what i need for CMD Box. :D --- have try it "exact" that Way but got a lot of unknown function(s) Lines 647, Functions/Procedures 7 Generating C source output to 'R:\Temp\hbmk_qq6xab.dir\XBASE.c'... Done. R:\Temp\hbmk_qq6xab.dir\CLICK2.c: R:\Temp\hbmk_qq6xab.dir\CM...
by Jimmy
Sat Dec 21, 2019 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 873

Re: FWH app as Service

... to do this but I stopped using my code after discovering what came along natively with harbour. Some service gotcha's: 1) You can use OutputDebugString() inside a service to write debug information to a debug viewer, but the debug viewer needs to be run as administrator, and it needs ...
by rhlawek
Sat Mar 25, 2017 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3698

Re: Migrando de xHarbour a Harbour

Por partes, como el tio Jack, sólo las que conozco de memoria: Error: Unresolved external '_HB_FUN_HB_UNZIPFILEREAD' referenced from D:\XBASE\FWH1701\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_HB_UNZIPFILECLOSE' referenced from D:\XBASE\FWH1701\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolve...
by hmpaquito
Mon Feb 20, 2017 8:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de xHarbour a Harbour
Replies: 6
Views: 3633

Migrando de xHarbour a Harbour

Hola a todos nuevemente, deseando que tengan un feliz domingo. Gracias a la y amabilidad, alto espítitu de colaboración y disposición del maestro Antonio Linares de ayudar a todos los que nos mantemos dentro de la linea de FW, pude comprar mi licencia de FW17. El problema es que en mi país es muy di...
by JoseAlvarez
Sun Feb 19, 2017 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de xHarbour a Harbour
Replies: 6
Views: 3633

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

Re: Show message when running program as a service

Regarding output from OutputDebugString(): Unless you've explicitly configured the service to run under a specific account, the service will be running as System. The debug viewer running under your desktop account likely doesn't have ...
by rhlawek
Thu Mar 19, 2015 4:35 am
 
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: Show message when running program as a service

Tried OutputDebugString("TEST") ... nothing is displayed. Verified that I have "allow service to interact with desktop" checked ... nothing is displayed. I have come up with a work-around ... Since the service ...
by Jeff Barnes
Wed Mar 18, 2015 4:13 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,

Ok, thats because services are not allowed to show a MsgInfo()

Change it into a call to LogFile() or OutputDebugString()
by Antonio Linares
Wed Mar 18, 2015 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show message when running program as a service
Replies: 16
Views: 3546
Next

Return to advanced search