> Mine is as you suggested, but the code doesn't come into play > because my main() function never exits because I close the > app window while main() is busy in a loop. Sorry - I don't understand what you said there... In what way is "main() is busy in a loop"...? And if main *really* is still stuck in a loop, why would you expect your application to terminate? An app only terminates once all it's threads (particularly main) terminate. I think you must be doing something clever that I am not understanding from the description... Again, a minimal example might help clarify the issue. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk
Re: [fltk.general] Task executing after FLTK app closes
MacArthur, Ian (SELEX GALILEO, UK) Mon, 16 Feb 2009 02:10:49 -0800
- [fltk.general] Task executing after FLT... Ronnie Ward
- Re: [fltk.general] Task executing ... Greg Ercolano
- Re: [fltk.general] Task executing ... MacArthur, Ian (SELEX GALILEO, UK)
- Re: [fltk.general] Task executing ... Ronnie Ward
- Re: [fltk.general] Task execut... Greg Ercolano
- Re: [fltk.general] Task execut... MacArthur, Ian (SELEX GALILEO, UK)
- Re: [fltk.general] Task executing ... Duncan Gibson
- Re: [fltk.general] Task executing ... Ronnie Ward
- Re: [fltk.general] Task execut... matthiasm
- Re: [fltk.general] Task execut... Greg Ercolano
- Re: [fltk.general] Task execut... imacarthur
- Re: [fltk.general] Task executing ... Ronnie Ward

