Le 10/02/2013 10:57, Laurent Carlier a écrit :
> Le dimanche 10 février 2013 02:26:32 Kevin Fishburne a écrit :
>> I've read the comments about not using Quit when closing a non-console
>> application, including the suggestion that the main form be closed in
>> order to terminate execution.
>>
>> H
Le dimanche 10 février 2013 02:26:32 Kevin Fishburne a écrit :
> I've read the comments about not using Quit when closing a non-console
> application, including the suggestion that the main form be closed in
> order to terminate execution.
>
> How do you close an SDL/OpenGL program? The main proced
I've read the comments about not using Quit when closing a non-console
application, including the suggestion that the main form be closed in
order to terminate execution.
How do you close an SDL/OpenGL program? The main procedure has no Close
method and there are no forms (no Qt/GTK). It seems