I need a download of OpenGL.lib, glu.lib, and glut.lib. I downloaded the glut37 file from the OpenGL site and it didn't have them. I googled for 3 hours and got led in circles that have just irritated me. They aren't in the Dev-Cpp lib folder or the Microsoft Visual C++ lib folder. Where do I get them?
The libraries come with VC++, but they are probably not OpenGL 3.0 or 3.1. The GLUT utility library would reside where ever you stuck it. I feel you're pain... when I first started with OpenGL, I spent days trying to find where the hell the damn files were!