emres
07-09-2002, 06:18 AM
Hi,
I'm new to OpenGL and GLUT programming.
I thingk I've got trouble not with OpenGL but with GLUT on Windows2000 Professional. I think so because when I download and try to run the compiled versions of GLUT examples from:
http://www.opengl.org/developers/code/glut_examples/examples/examples.html
My system tells me that "The dynamic link library glut.dll cannot be found in the specified path: C:\WINNT\System32; ...."
I also looked at a site:
http://aslan.wheatonma.edu/~nbuggia/coursework/graphics/openGL_vcpp.html
Telling me that I need:
glut.dll
glut.h
glut.lib
glut32.dll
glut32.lib
However when I download glut-3.7.6-bin.zip from:
http://www.xmission.com/~nate/glut.html
All I get is:
glut.def
glut.h
glut32.dll
glut32.lib
README-win32.txt
nothing like glut.dll or glut.lib. So I cannot run the programs and also when I try to compile them with Visual C++ (VC7, Visual Studio.NET) they compile OK but when I try to build the program it says that:
fatal error LNK1120: 1 unresolved externals
error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartUp
You can see the source code at:
http://www.opengl.org/developers/code/glut_examples/examples/cube.c
I hope if somebody can help me because I'm just stuck at this point and just cannot try any examples.
I'm new to OpenGL and GLUT programming.
I thingk I've got trouble not with OpenGL but with GLUT on Windows2000 Professional. I think so because when I download and try to run the compiled versions of GLUT examples from:
http://www.opengl.org/developers/code/glut_examples/examples/examples.html
My system tells me that "The dynamic link library glut.dll cannot be found in the specified path: C:\WINNT\System32; ...."
I also looked at a site:
http://aslan.wheatonma.edu/~nbuggia/coursework/graphics/openGL_vcpp.html
Telling me that I need:
glut.dll
glut.h
glut.lib
glut32.dll
glut32.lib
However when I download glut-3.7.6-bin.zip from:
http://www.xmission.com/~nate/glut.html
All I get is:
glut.def
glut.h
glut32.dll
glut32.lib
README-win32.txt
nothing like glut.dll or glut.lib. So I cannot run the programs and also when I try to compile them with Visual C++ (VC7, Visual Studio.NET) they compile OK but when I try to build the program it says that:
fatal error LNK1120: 1 unresolved externals
error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartUp
You can see the source code at:
http://www.opengl.org/developers/code/glut_examples/examples/cube.c
I hope if somebody can help me because I'm just stuck at this point and just cannot try any examples.