Albrecht Schlosser wrote: > fprintf(stderr,...) is a bad idea, since windows programs usually don't > have a console window, and windows would discard any output. > > Fl::error() would be the supported and _necessary_ method here.
After looking further, Fl::fatal() would even be better, since it also exits the program with exit(1). _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
