Trying to build fltk 1.3 on a Windows XP system (service pack 2.0). Using Visual Express 2005. Visual Express and the SDK are installed. I can compile a simple 'Hello World' program (with no fltk). FLTK 1.3 is installed. Went to the VC2005 folder which has lots of Visual Express project files. Believe I've set the paths to include and lib directories correctly. fltk.lib is created successfully (it seems). But when I try to build any other fltk test program all hell breaks loose in the link step. The beginning of the build log file for the fltk 'Hello' test program is shown below. What is all this __imp__ stuff? Thanks.
Linking... fltk.lib(Fl.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function "public: static void __cdecl Fl::flush(void)" ([EMAIL PROTECTED]@@SAXXZ) fltk.lib(fl_line_style.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] fltk.lib(Fl_Pixmap.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] fltk.lib(Fl_Image.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function "public: virtual void __thiscall Fl_RGB_Image::draw(int,int,int,int,int,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) fltk.lib(Fl_Double_Window.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] fltk.lib(Fl_Bitmap.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] fltk.lib(Fl.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] fltk.lib(fl_rect.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] fltk.lib(fl_color.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] fltk.lib(fl_font.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

