DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2510 Version: 1.3-current Attached a patch suggestion; basically uses fl_message() to show help text. Does not solve the async issue.. not sure this is possible without compiling separate binaries. In the patch, I'm not crazy about the fixed size array, but without a dynamic string lib, it's hard to avoid. I tried the AttachConsole()/_cprintf() technique and it worked, but in actual practice was confusing because its output appeared /after/ the user's DOS prompt, because the app is running asynchronously, so it misbehaves the way output from a backgrounded process would. :/ Link: http://www.fltk.org/str.php?L2510 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
