cannot open file "glut32.lib"? Where can I get this?

Thanks!

http://reality.sgi.com/mjk_asd/glut3/glut3.html

you can find glut there. glut is an utility library that help you do some stuff(like easely setting a window, draw complex geometry, etc.)

don’t forget to link glut32.lib to your project settings

Hmm, I downloaded all the libraries, the glut.zip, the glutdata.zip… I still can’t find that one lib file though

I think you downloaded the GLUT source.

On the same page you can find it precompiled: http://reality.sgi.com/mjk_asd/glut3/glutdlls37beta.zip

cheers