[code] 1>------ Build started: Project: stik, Configuration: Compact Win32 ------ 1>Linking... 1>fltk2d.lib(run.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification 1>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library 1>ShortcutAssignment.obj : error LNK2019: unresolved external symbol "public: void __thiscall fltk::Widget::add(class fltk::AssociationType const &,void *)" (?...@widget@fltk@@qaexabvassociationt...@2@p...@z) referenced in function "public: bool __thiscall fltk::Widget::add_shortcut(unsigned int)" (?add_short...@widget@fltk@@qae...@z) 1>ShortcutAssignment.obj : error LNK2019: unresolved external symbol "public: bool __thiscall fltk::Widget::find(class fltk::AssociationType const &,void *)const " (?f...@widget@fltk@@qbe_nabvassociationt...@2@p...@z) referenced in function "public: bool __thiscall fltk::Widget::add_shortcut(unsigned int)" (?add_short...@widget@fltk@@qae...@z) 1>ShortcutAssignment.obj : error LNK2019: unresolved external symbol "public: bool __thiscall fltk::Widget::remove(class fltk::AssociationType const &,void *)" (?rem...@widget@fltk@@qae_nabvassociationt...@2@p...@z) referenced in function "public: bool __thiscall fltk::Widget::remove_shortcut(unsigned int)" (?remove_short...@widget@fltk@@qae...@z) 1>ShortcutAssignment.obj : error LNK2019: unresolved external symbol "public: void __thiscall fltk::Widget::set(class fltk::AssociationType const &,void *)" (?...@widget@fltk@@qaexabvassociationt...@2@p...@z) referenced in function "public: void __thiscall fltk::Widget::remove_shortcuts(void)" (?remove_shortc...@widget@fltk@@QAEXXZ) 1>ShortcutAssignment.obj : error LNK2019: unresolved external symbol "public: void * __thiscall fltk::Widget::get(class fltk::AssociationType const &)const " (?...@widget@fltk@@qbepaxabvassociationt...@2@@Z) referenced in function "public: unsigned int __thiscall fltk::Widget::shortcut(void)const " (?short...@widget@fltk@@QBEIXZ) 1>ShortcutAssignment.obj : error LNK2019: unresolved external symbol "public: void * __thiscall fltk::Widget::foreach(class fltk::AssociationType const &,class fltk::AssociationFunctor &)const " (?fore...@widget@fltk@@qbepaxabvassociationt...@2@aavassociationfunc...@2@@Z) referenced in function "public: bool __thiscall fltk::Widget::test_shortcut(bool)const " (?test_short...@widget@fltk@@qbe_...@z) 1>ShortcutAssignment.obj : error LNK2019: unresolved external symbol "void * __cdecl fltk::foreach(class fltk::AssociationType const *,class fltk::Widget const *,class fltk::AssociationFunctor &)" (?fore...@fltk@@yapaxpbvassociationt...@1@pbvwid...@1@aavassociationfunc...@1@@Z) referenced in function "unsigned int __cdecl fltk::foreachShortcut(class fltk::Widget const *,class fltk::ShortcutFunctor &)" (?foreachshort...@fltk@@yaipbvwid...@1@aavshortcutfunc...@1@@Z) 1>widget.obj : error LNK2019: unresolved external symbol "void __cdecl delete_associations_for(class fltk::Widget *)" (?delete_associations_for@@yaxpavwid...@fltk@@@Z) referenced in function "public: virtual __thiscall fltk::Widget::~Widget(void)" (??1wid...@fltk@@u...@xz) 1>..\bin\stik.exe : fatal error LNK1120: 8 unresolved externals 1>Build log was saved at "file://c:\Documents and Settings\Garfield\æ¡é¢\ik stuff\stik\visualc7\obj\stik_compact\BuildLog.htm" 1>stik - 9 error(s), 2 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== [/code]
I get these messages while compiling stik Link: http://graphics.ucmerced.edu/software.html They seem to be relating to fltk e.g. can't resolve fltk::foreachShortcut I have checked the source and i confirmed there was no such implementation. add has been changed to add_shortcut() Thanks for any advices Jack
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

