> I'm having a problem with the windows build of my FLTK application. > Whenever I try to launch it from the file explorer or from a DOS > shell, cpu shoots up to 100%. However, if I run it from the MinGW > shell it launches as expected. > > I've made sure that it's compiled with -mwindows. I'm also sure > that I've had this behaviour before, but I can't remember what > I did at the time to resolve it, although I seem to recall it > had something to do with stdout being unavailable... > > Any ideas here?
Paths? The "usual" source of differences between clicking and launching from the Msys shell is what cwd is passed to the app at startup, so if your app is looking for something and the default path is wrong...? 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

