DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2125 Version: 1.3-current FLTK's few uses of exit() and _exit() look OK to me: > Fl_abort.cxx: by definition the 'fatal()' dialogs exit by definition > fl_open_uri.cxx: calls _exit() in fork() contenxt > forms_compatability.cxx: by definition supports the old 'forms' library, which used exit(). Only very old (1980's) programs compile against this deprecated compatibility module. However, fatal() is called throughout the library (in about 20 places), which means exit is called after that dialog is posted, which might be bad.. Link: http://www.fltk.org/str.php?L2125 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
