Jack wrote: > [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)
[...] > > 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 You must use FLTK 2.0 to compile this project. You can see this easily at "fltk2d.lib" and "fltk::Widget::...". Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

