On 21.05.2011 12:42, asif saeed wrote: > I am no longer testing FLTK with my static MFC lib. I am simply testing the > tests/examples provided in fltk-1.3.x-r8514\test one by one. I have tested > the same thing in release mode with the same result - I get an ugly DOS > (debug, if that's what you call it) window - even when I build it using the > release config. > > So, the debug window, also appears when I build any of the examples in > release configuration. That's the problem that needs to be fixed.
If you build FLTK in "Release" configuration AND use fltkdll.lib/.dll (not fltkdlld.lib/.dll) AND use /subsystem:windows in your project, then you should NOT get the console window (that's what it is called correctly, IIRC). Did you do all of this ? Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

