> So, my question is how can I also terminate what I think is > the invisible DOS Window when I terminate an FLTK app built > linked with the /SUBSYSTEM:WINDOWS and > /ENTRY:"mainCRTStartup" commands?
I very much doubt this is anything to do with building in console or windows mode. I pretty much always build in windows mode and have only ever seen this sort of behaviour when I wasn't terminating some subsidiary threads correctly. Do the examples in the /test folder also manifest this behaviour? Or do they operate correctly? I'm sorry to say it sounds (to me) very much as if something may be awry in your code - is it possible that you can post a minimal, compileable, example that manifests this behaviour? Cheers, -- Ian 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

