DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2670
Version: 1.3.0
Fix Version: 1.3.1 (r8821)


Fixed in Subversion repository.

@Manolo: obviously that's not enough (sigh). We need FL_EXPORT in the
function definition in src/Fl_win32.cxx as well. I found this out by
testing, and it worked for me with Visual C++ 2010 Express.

@jzhang: please confirm that svn r8821 fixes the issue. If you don't have
subversion access, please change line #1962 in file src/Fl_win32.cxx

from:
Window fl_xid_(const Fl_Window *w) {

to:
FL_EXPORT Window fl_xid_(const Fl_Window *w) {

(add FL_EXPORT).

Thanks for the report, and TIA for confirmation.


Link: http://www.fltk.org/str.php?L2670
Version: 1.3.0
Fix Version: 1.3.1 (r8821)

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to