DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current The fixes you put in place allow me to compile but not link against the import libraries. The issues resolve around the inline methods in fltk/events.h. Win7 Visual Studio 2008 1>------ Build started: Project: detail_human_interface, Configuration: Debug Win32 ------ 1>Linking... . . . 1>InputPoller.obj : error LNK2001: unresolved external symbol "unsigned int fltk::e_keysym" (?e_keysym@fltk@@3IA) 1>OglDisplayWindow.obj : error LNK2001: unresolved external symbol "unsigned int fltk::e_keysym" (?e_keysym@fltk@@3IA) 1>InputPoller.obj : error LNK2001: unresolved external symbol "int fltk::e_x" (?e_x@fltk@@3HA) 1>OglDisplayWindow.obj : error LNK2001: unresolved external symbol "int fltk::e_x" (?e_x@fltk@@3HA) 1>InputPoller.obj : error LNK2001: unresolved external symbol "int fltk::e_y" (?e_y@fltk@@3HA) 1>OglDisplayWindow.obj : error LNK2001: unresolved external symbol "int fltk::e_y" (?e_y@fltk@@3HA) 1>OglDisplayWindow.obj : error LNK2001: unresolved external symbol "int fltk::e_dy" (?e_dy@fltk@@3HA) . . . 1>detail_human_interface - 8 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
