On Mar 15, 2007, at 12:41 PM, David Flade wrote: > > The only difference is "FL_DOWN_BOX" instead of > "FL_PLASTIC_DOWN_BOX", where the latter one results in the > following "non-resolved symbol" error: > > error LNK2001: Nicht aufgelöstes externes Symbol ""__declspec > (dllimport) enum Fl_Boxtype __cdecl fl_define_FL_PLASTIC_UP_BOX > (void)" (__imp_?fl_define_FL_PLASTIC_UP_BOX@@YA? > AW4Fl_Boxtype@@XZ)". test.obj
You library was compiled without the file plastic.cpp. This should not happen if you compile using the vc2005 project files. It is also possible that you include files from FLTK 1.1.7 and link with a really outdated version of FLTK without plastic support (around 1.0.11?) ---- http://robowerk.com/ _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
