How to compile GLUT programs in VC++?
You may need to include the GLUT.lib file in your project. First, make sure you have installed the GLUT files on your computer (they can be obtained at OpenGL.org). Then make sure they are installed in the proper location ( I can''t remember the specific locations, but in the VC++ directory there are directories containing the various libs, .h, etc. Put the GLUT files in the appropriate places. Finally, once those are done, go to the Project menu and select the settings option. Click on the link tab to bring up the link options. Look for a text field labeled "Modules/lib " with a list of libs in the field. Add glut32.lib IIRC in front of all those libs.
I asked one of the Black Robes why the Deceiver wasn''t going to stay to defend the dam, and he tersely replied: "He goes to warn the Emperor; moving through odd angles, faster than any man, and if unobserved, much faster than that."
Elemental Engine: ryan_lurvey.tripod.com/engine.html
I asked one of the Black Robes why the Deceiver wasn''t going to stay to defend the dam, and he tersely replied: "He goes to warn the Emperor; moving through odd angles, faster than any man, and if unobserved, much faster than that."
Elemental Engine: ryan_lurvey.tripod.com/engine.html
I asked one of the Black Robes why the Deceiver wasn't going to stay to defend the dam, and he tersely replied: "He goes to warn the Emperor; moving through odd angles, faster than any man, and if unobserved, much faster than that."Elemental Engine: ryan_lurvey.tripod.com/engine.html
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement