paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] SDL_QUIT


From: Eric Ross
Subject: Re: [paragui-users] SDL_QUIT
Date: Sat, 17 Aug 2002 18:00:31 -0400 (CLT)

On Sat, 10 Aug 2002, taurus wrote:

> I`ve got a little trouble, but cannot find the source.
> My program quit big now, but it must be something small...
> Well, I init paragui application, do Run() cycle, and... when I leave
> the application, I have exception in PG_Application::Shutdown_Code()
> (or similar, I cannot check the syntax now) on the line
> 
> >>> SDL_Quit();
> 
> Does anybody know, why SDL creates exception on exit? It was inited
> correctly.
> What can it be? I spent 1 week, but cannot find anything....

Where are you declaring your PG_App instance ? I remember having some 
troubles when declaring it outside the main() function.

Are you doing a 'atexit(SDL_Quit)' somewhere ? 

Good luck

--





reply via email to

[Prev in Thread] Current Thread [Next in Thread]