Can someone help with FLTK issues in Windows 7? I'm testing the latest tarballs of FLTK 1.3 and FLTK 2.0.
1. After VC++ 2008 Express converts the FLTK 1.3 project file, it defaults to debug-cairo config, which won't build due to missing cairo header files. Have to switch to debug configuration. Really needs to be in the README if it's this difficult. Naive programmer would have no clue what to do. 2. Since the docs say it's supported on Windows, why can't I build debug-cairo on Win7? 3. FLTK 1.3 builds fine in debug config. However, widgets are B&W, have no grey. They look awful whether gtk+ or plastic style. How do I get pretty widgets? 4. FLTK 2.0 won't build in debug config. See linker errors below. Thank you! Robin 16>Linking... 16>fltk2d.lib(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) 16>fltk2d.lib(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) 16>fltk2d.lib(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) 16>fltk2d.lib(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) 16>fltk2d.lib(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) 16>fltk2d.lib(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) 16>fltk2d.lib(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) 16>fltk2d.lib(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) 16>../../test/inputd.exe : fatal error LNK1120: 8 unresolved externals _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
