I've been trying to install FLTK-2.0 for my visual c++ but while building the 
following error comes up:

Error   1       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)      fltk2.lib
Error   2       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)   fltk2.lib
Error   3       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)  fltk2.lib
Error   4       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)      fltk2.lib
Error   5       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)     fltk2.lib
Error   6       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)        fltk2.lib
Error   7       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)  fltk2.lib
Error   8       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)       fltk2.lib
Error   9       fatal error LNK1120: 8 unresolved externals     
../../test/CubeView.exe

I have installed lesser versions of FLTK (1.1.9) and it worked just fine. Now i 
am having trouble building the 2.0 :(.
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to