Just thought I'd note that although stdout disappears if you execute an Msys 
compiled app from a DOS shell,
It's still possible to capture the output by redirecting the output to a file.

So if you execute foo.exe directly you get no stdout,
But excuting
foo.exe > stdout.log 
gives the stdout text in a file ????

Brian T.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to