Re: [Gambas-user] how to exiting gracefully from an SDL/OpenGL program

2013-02-10 Thread Benoît Minisini
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

Re: [Gambas-user] how to exiting gracefully from an SDL/OpenGL program

2013-02-10 Thread Laurent Carlier
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

[Gambas-user] how to exiting gracefully from an SDL/OpenGL program

2013-02-09 Thread Kevin Fishburne
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