Unresolved external symbol glutSpecialUpFunc

Ok, I give up, no idea how to make this compile. I’m using glut 37, so I KNOW I have the most recent glut files. For whatever reason, Visual Studio 2008 keeps throwing up these link errors:

unresolved external symbol_imp__glutSpecialUpFunc@4 (Main.obj)
unresolved external symbol_imp__glutKeyboardUpFunc@4 (Main.obj)

I’m using glut 37, so I KNOW I have the most recent glut files

No you don’t. You should be using FreeGLUT.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.