FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Fix GPFStack()
Posts: 88
Joined: Sun May 25, 2008 05:46 PM
Fix GPFStack()
Posted: Wed Sep 03, 2008 12:46 AM

Ao sair da aplicação deu o seguite erro:

Fix GPFStack()!
Porqué?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Fix GPFStack()
Posted: Wed Sep 03, 2008 08:47 AM

How are you exiting from the application ?

Please show your code, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 88
Joined: Sun May 25, 2008 05:46 PM
Fix GPFStack()
Posted: Wed Sep 03, 2008 10:46 AM

FUNCTION fecha_APP()
*--------------------------
DbCloseAll()
close databases
oWnd_2:end()
quit

Return nil

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Fix GPFStack()
Posted: Sun Sep 28, 2008 11:19 AM

You should not call QUIT directly.

Just end you main application window:

oWndMain:End()

This way you let FWPPC remove all the GUI components used in your application.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion