Page 1 of 1

Fix GPFStack()

Posted: Wed Sep 03, 2008 12:46 am
by rasptty
Ao sair da aplicação deu o seguite erro:

Fix GPFStack()!
Porqué?

Posted: Wed Sep 03, 2008 8:47 am
by Antonio Linares
How are you exiting from the application ?

Please show your code, thanks

Posted: Wed Sep 03, 2008 10:46 am
by rasptty
FUNCTION fecha_APP()
*--------------------------
DbCloseAll()
close databases
oWnd_2:end()
quit

Return nil

Posted: Sun Sep 28, 2008 11:19 am
by Antonio Linares
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.