DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2670 Version: 1.3.0 @Albrecht: In the absence of FL_INTERNALS, win32.H contains: FL_EXPORT Window fl_xid_(const Fl_Window* w); #define fl_xid(w) fl_xid_(w) and the fl_xid_() function is programmed in Fl_win32.cxx. Shouldn't this work OK as soon as FL_EXPORT is correctly defined ? And it seems to be so here because the missing symbol contains __declspec(dllimport), the correct FL_EXPORT value. Link: http://www.fltk.org/str.php?L2670 Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
