DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2261 Version: 1.3-current I haven't looked closely at fluid's code, but it seems during a 'compile_only' mode there really shouldn't be calls to any of the make_xxx_window() functions. I figure code generation is decoupled from the GUI such that some simple command line parsing for -c/-cs at the head of main() could just short circuit straight to a GUI-less code gen step. All those calls to eg. fl_register_images() and make_main_window() all seem potentially dangerous to do in compile-only mode. Link: http://www.fltk.org/str.php?L2261 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
