Search found 895 matches: gpf

Return to advanced search

Re: xbrowse No existe el metodo: LREADONLY

... at our end. I stopped using my modified xbrowse class for the example, it no longer gives an error when loading data, but sometimes it generates gpf when clicking on the exit button, for now I am going to use it like this, the example that asks me does not I can do it, it uses a TCP/IP biometric ...
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

Re: xbrowse No existe el metodo: LREADONLY

... aArray, oBrw ), trabaja bien (tambien habia probado retornando el array modificado y asignandolo a la DATA aArrayData). El problema esta en el GPF que genera al tratar de salir del dialogo o al hacer click en mas de 4 veces al boton. Si vez los archivos de error veraz donde casca el error. ...
by JoseAlvarez
Sun Mar 03, 2024 8:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

Re: xbrowse No existe el metodo: LREADONLY

... aArray, oBrw ), trabaja bien (tambien habia probado retornando el array modificado y asignandolo a la DATA aArrayData). El problema esta en el GPF que genera al tratar de salir del dialogo o al hacer click en mas de 4 veces al boton. Si vez los archivos de error veraz donde casca el error.
by albeiroval
Fri Mar 01, 2024 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

xbrowse No existe el metodo: LREADONLY

... me trae los datos y los muestra, pero cuando hago click en "Salir" o en el Boton "Cargar" nuevamente, me genera un GPF. Dejo aqui los archivos error.log y hb_out.log y el codigo PRG que uso, tambien dejo la funcion que crea el array desde "C". Archivo error.log ...
by albeiroval
Fri Mar 01, 2024 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

Re: New FTDN April/Abril 2023 (FWH 23.04)

... FW_CopyToClipBoard( uValue, [nFormat] ) --> lSucess Ahora también soporta texto UTF8. * Corrección: la función GetProfString() causaba un GPF en Windows 7 si se compilaba con Visual C 2022. https://forums.fivetechsupport.com/viewtopic.php?p=258683#p258683 Muchas gracias a Giovany por el ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1757

New FTDN April/Abril 2023 (FWH 23.04)

... ) * function FW_CopyToClipBoard( uValue, [nFormat] ) --> lSucess now supports UTF8 text also. * Fix: function GetProfString() was causing a GPF in Windows 7 if compiled using Visual C 2022. https://forums.fivetechsupport.com/viewtopic.php?p=258683#p258683 Many thanks to Giovany for the finding ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1757

Re: Windows 7 / MSVS 2022 Crash

Yes, it's Fivewin's sources\winapi\profile.c. I don't know why this happens. Compiling with MSVC 2022 the program caused GPF in the windows 7 system. In the 'GETPROFSTRING' function. With the memory stack address of the GPF number I looked in my .MAP file generated by the MSVC compiler ...
by Giovany Vecchi
Sun Apr 09, 2023 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 2993

Re: TWebView:Destroy method does not close the window.

... SendMessage( oWebView:GetWindow(), WM_CLOSE ), .T. ) and the app keeps ending without any created log, so there is no a GPF I have also tried this:    ACTIVATE WINDOW oWndChild ;       ON RESIZE oWebView:SetParent( oWndChild ) ;  ...
by Antonio Linares
Fri Jul 29, 2022 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3083

Re: Concatenar 2 string en MSVC

Estimado Jose, con todo el cariño del mundo, ese código que has puesto generaría un GPF La razón es simple, el compilador de C ha reservado memoria para los bytes que le has indicado en la primera cadena: char destino[] = "Saludos "; es decir tiene un total ...
by Antonio Linares
Fri Jul 08, 2022 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 string en MSVC
Replies: 3
Views: 340

Re: FullTextSearch

... and Json files. The site pull info from the CRM and the CRM push some to the site (also using curl and Json) All this work nicely but for ADS wich GPF when called from 3 or 4 request at the nearly same time. Using CDX from harbour is about 2 time quicker, but we must find an option for ADS FTS ...
by jfl@mafact.com
Fri Mar 18, 2022 3:10 pm
 
Forum: mod_harbour
Topic: FullTextSearch
Replies: 7
Views: 655

Re: help on a GPF situation

I am building Harbour 64 bits this way: Remove the rem here to have full Harbour activity: set HB_TR_LEVEL=debug go.bat (run this from c:\harbour) call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64set HB_COMPILER=msvc64set HB_BUILD_...
by Antonio Linares
Sat Oct 23, 2021 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

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 HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUGset HB_TR_SYSOUT=y...
by Antonio Linares
Sat Oct 23, 2021 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: help on a GPF situation

... the file for writing, the output reverts to STDERR. When it happens an error and the controller of errors of Harbour cannot intercept it (e.g.: GPF), it can happen that part of information of tracing it is not written. This problem is avoided setting the environment variable HB_TR_FLUSH to 1 ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

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 y Harbour se encarga del resto Harbour tiene que haber sido c...
by Antonio Linares
Sat Oct 23, 2021 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372
Next

Return to advanced search