> > > I think this may be due to a basic problem with the way that win32 > systems generally handle stdio. The MS tools build GUI apps in such a > way that the stdio is detached, so printf output is lost. > > You can build your app to specifically have an output console (I think > that's /m:console in the VC compiler command options, but I never use > the MS tools so am probably wrong) and then you should see your printf > output there. > > Failing that, do what I do: use mingw in an Msys shell rather than the > MS tools, then stdio works "properly" and all is well! >
Thank you for the feedback!! I did my research and you are absolutly right. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

