Search found 90 matches: gpfs

Return to advanced search

Re: xbrowse No existe el metodo: LREADONLY

Estimado Antonio. 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. Muchas Gracias ...
by albeiroval
Mon Mar 04, 2024 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 456

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

Re: xbrowse No existe el metodo: LREADONLY

Hola Antonio. Estimado Albeiro, Prueba a comentar estas dos líneas para solucionar los GPFs: // if ( userList.m_ArrayUsers ) // hb_xfree( userList.m_ArrayUsers ); No se ve que llames a hb_xgrab() en tu código, luego esa llamada a hb_xfree() está de más. Voy a hacer ...
by albeiroval
Mon Mar 04, 2024 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 456

Re: xbrowse No existe el metodo: LREADONLY

Estimado Albeiro,

Prueba a comentar estas dos líneas para solucionar los GPFs:
// if ( userList.m_ArrayUsers )
// hb_xfree( userList.m_ArrayUsers );

No se ve que llames a hb_xgrab() en tu código, luego esa llamada a hb_xfree() está de más.
by Antonio Linares
Mon Mar 04, 2024 5:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 456

Re: phpBB to LLM

First try building the dataset. hb_jsonEncode() GPFs... #include "FiveWin.ch"request dbfcdxfunction Main()    local aPosts := {}    USE posts VIA "dbfcdx"    INDEX ON posts->topic ...
by Antonio Linares
Sat Dec 23, 2023 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4649

Re: 3rd party c wrapper functions for harbour

The easiest way to trace it is to place several calls to:

MessageBox( 0, "here", "ok 1", 0 );

so you can find which function GPFs
by Antonio Linares
Sun Mar 26, 2017 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7388

3rd party c wrapper functions for harbour

... images. I chose Transym http://www.transym.com . In order to access their functions I've written .c wrappers. Currently my sample app GPFs. Can someone help with harbour's vm .c interface? Here is my self-contained reduced sample code: //request hb_gt_win   //needed for console mode ...
by reinaldocrespo
Sat Mar 25, 2017 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7388

Re: FWH 16.03 32 BIT

Set a breakpoint there at the beginning and check the calls stack when you reach the breakpoint

Also find the exact place where it GPFs

The Visual Studio debugger is a great tool to solve these problems
by Antonio Linares
Wed May 11, 2016 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 25334

Re: 16.01 B2 error w/ xHarbour

Tim,

Do you get a list of modules when the app GPFs ?

Please post here the complete report that you get, thanks
by Antonio Linares
Fri Feb 12, 2016 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 16.01 B2 error w/ xHarbour
Replies: 8
Views: 1268

Re: Bcc7 and Fivewin Crash

Richard,

Harbour traps the Windows GPFs but this is not possible on all GPFs circunstances.

It is a Windows limitation
by Antonio Linares
Mon Jan 04, 2016 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc7 and Fivewin Crash
Replies: 5
Views: 934

Re: Bug in ResizeImg()

Antonio,

I tried GDIPLUSIMAGERESIZE( hBmp, nWidth, nHeight ) but it GPFs. What am I doing wrong?

EMG
by Enrico Maria Giordano
Thu Oct 29, 2015 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in ResizeImg()
Replies: 25
Views: 2784

Re: Bug in ResizeImg()

I spoke too fast. It GPFs, I don't know why. I continue to experiment...

EMG
by Enrico Maria Giordano
Wed Oct 28, 2015 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in ResizeImg()
Replies: 25
Views: 2784

Re: REDEFINE SYSMENU Error with 15.05 Build3

Antonio Linares wrote:Hakan,

And no GPFs then ?


Hi Antonio,

You are right. If I delete these lines, no GPFs. But I need these lines. This is not the only one. There are many dialogs like this.
by Horizon
Wed Jun 17, 2015 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SYSMENU Error with 15.05 Build3
Replies: 26
Views: 5637

Re: REDEFINE SYSMENU Error with 15.05 Build3

Hakan,

And no GPFs then ?
by Antonio Linares
Wed Jun 17, 2015 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SYSMENU Error with 15.05 Build3
Replies: 26
Views: 5637

Re: Nuevo FWH 15.05

Hola Luis:

Sí, tenemos en cuenta tales parámetros.

Ahora bien, cuando el usuario no tiene los últimos hotfixes del SO y del Frame Work el exe no arranca o produce GPFs aleatorios.

¿Tienes un link para probar tu programa?.

Muchas gracias.
by MOISES
Tue Jun 16, 2015 7:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.05
Replies: 30
Views: 4644
Next

Return to advanced search