I keep getting this error message when attempting to integrate OpenGL or GLUT code within my FLTK window, by inheriting from GlutWindow. As far as I know I am link all the correct library files, well the ones that are used in the examples - opengl32.lib and glu32.lib. Is there anything else I need to link or do? I haven't found anything making this clear yet.
Here are the error messages below. I can post some code too if anyone needs that for clarification. circuitmanager.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall fltk::GlWindow::create(void)" ([EMAIL PROTECTED]@fltk@@UAEXXZ) circuitmanager.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall fltk::GlWindow::flush(void)" ([EMAIL PROTECTED]@fltk@@UAEXXZ) circuitmanager.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall fltk::GlutWindow::draw_overlay(void)" ([EMAIL PROTECTED]@fltk@@MAEXXZ) circuitmanager.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall fltk::GlWindow::layout(void)" ([EMAIL PROTECTED]@fltk@@UAEXXZ) circuitmanager.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall fltk::GlutWindow::handle(int)" ([EMAIL PROTECTED]@fltk@@[EMAIL PROTECTED]) circuitmanager.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall fltk::GlutWindow::draw(void)" ([EMAIL PROTECTED]@fltk@@MAEXXZ) circuitmanager.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall fltk::GlutWindow::~GlutWindow(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) circuitmanager.obj : error LNK2001: unresolved external symbol "public: __thiscall fltk::GlutWindow::GlutWindow(int,int,char const *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) Debug/pbi_f1manager.exe : fatal error LNK1120: 8 unresolved externals Any help much appreciated, thanks :) _______________________________________________ fltk-opengl mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-opengl
