NeHe GLUT Wizard problem
I'm sorry if this is a silly question, but I am a beginner programmer and I just started to learn C++ and OpenGL.
I am trying to use the NeHe wizard to make a openGL framework based on GLUT. The wizard produces all the code and as an example it is supposed automatically create a cube that can be rotated. However whenever I try to compile it (using visual c++ 6.0 on WinXP) I get the link error:
Compiling...
nehegl_glut.cpp
Linking...
LINK : fatal error LNK1104: cannot open file "NEHE_GLUT.obj"
Error executing link.exe.
Well I guess as it says it cant find the file NEHE_GLUT.obj but I don't know what to do about that... do I have to download it or something... I really have no idea :(
Can anyone help?
Thx.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement