DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2308 Version: 1.3.0 @Yuri: the "fl_long" patch looks much better to me than the previous one. Of course, the windres change in test/Makefile can't be done this way, but most of the other code looks good to me. However, this *does* change the API for Win64 targets, since then all callback-related functions that used and expected a long now would use an intptr_t type, which differs in size from a long on a Win64 system. This changes the documented interface. This would only concern users who port to Win64, but OTOH these users might have portability issues if they also want to use the code on other platforms. Maybe... If we would go this way, we'd at least have to document this change thoroughly, but then this _could_ be one way to go, IMHO. Maybe the cleanest. Other opinions? Link: http://www.fltk.org/str.php?L2308 Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
