Jonny Edgar wrote: > 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. >
You also need to link in fltk2_gl.dll and fltk2_glut.dll. If you have recently downloaded fltk2, the current build is severely broken and these .dlls are not being created on windows. Up to revision 5612 or so, things were okay, so I recommend using that release until some maintainer fixes it (or you can take the vcproj files from that release). -- Gonzalo Garramuño [EMAIL PROTECTED] AMD4400 - ASUS48N-E GeForce7300GT Kubuntu Edgy _______________________________________________ fltk-opengl mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-opengl
