From: Justin H. <ja...@vr...> - 2002-01-25 05:10:31
|
First you download GLUT and place the .dll and .lib and .h files in the place the Readme-win32.txt says. If you get the full source code and build glut from scratch, it automatically puts the files in the right places. But you also have to link properly. To do this, open up the source program. In the VC++ dropdown menu, go to Project->Settings. Click on the "Link" tab. Add the following to the "Object/Library modules" textbox: OpenGL32.lib GLu32.lib GLaux.lib glut32.lib Then you should be able to build, compile, exec the program. Good Luck justin ----------------------------------------- Justin Hare <ja...@vr...> Virtual Reality Applications Center Iowa State University, Howe Hall http://www.vrac.iastate.edu ----------------------------------------- |