> -mconsole should do the same or is this a special CYGWIN thing ? yes, -mconsole does the same.
Unfortunately, the OP wanted double-clicking on the app to not bring up a console window, the best workaround i can think of for this is making a debug flag which will cause AllocConsole() (http://msdn2.microsoft.com/en-us/library/ms681944.aspx) to be called :/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

