Original Post
hey guys, Yeah, it's me again. I wanted to install "aux.h" but remembered the professor mentioning to use glut. So, now I've moved onto that. I download and extracted the glut-3.7.6-source and glut-3.7.6-bin. I've read the README file which states: COMPILING/INSTALLATION: To build the glut dll: First, open Microsoft Developer Studio. Then, select File -> Open Workspace and find the glut.dsw file in the file dialog and double-click on it. Finally, select Build -> Build glut32.dll. When the build is finished, it will copy: glut32.dll to %WinDir%\System, glut32.lib to $(MSDevDir)\..\..\VC98\lib, and glut.h to $(MSDevDir)\..\..\VC98\include\GL. Okay, so I have the MSVS2005. I opened the workspace for msvc 6.0; 2005 asked me to update it or what not, I said yes. Then, under build, I see 'Build glut32', NOT 'Built glut32.dll'. When I build glut32, it compiles, shows some warnings, and then here's the main error message: I'm sure I'm doing something silly, I just want to get going with this. ANY help is appreciated.
Generating Code...
Compiling resources...
Compiling manifest to resources...
Linking...
.\glut.def(1) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored
Creating library .\Debug/glut32.lib and object .\Debug/glut32.exp
Embedding manifest...
Copying libraries, headers & dll's...
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the path specified.
0 file(s) copied.
Project : error PRJ0019: A tool returned an error code from "Copying libraries, headers & dll's..."
Build log was saved at ....
glut32 - 1 error(s), 15 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========