DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2543 Version: 1.3-current Usually you shouldn't need Fl::lock() if you don't use threads, but what you write seems like an inconsistency that should be addressed. However, Windows threads work w/o libpthread (HAVE_PTHREAD), and this explains the difference. That said, the question is: should we always define Fl::lock() and others, even if FLTK is not compiled with HAVE_PTHREAD on non-Windows platforms, so that code written for threads can always call Fl::lock() and others, at least in the main() function? Maybe by doing nothing then. Link: http://www.fltk.org/str.php?L2543 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
