damn, I'm stupid

Started by
3 comments, last by mr2071 22 years ago
I installed glut. I put the glut32.dll in the windows/system directory I put the glut32.lib in the MicrosoftVisualStudio/VC98/lib directory I put the glut.h in the MicrosoftVisualStudio/VC98/Include directory. When I compile code with this: #include <gl/glut.h>, I get error fatal error C1083: Cannot open include file: ''gl/glut.h'': No such file or directory But I get no error when I do, #include <glut.h> Does this matter?
Advertisement
ok man LOOK at the PATHS
LOL
gl/Glut.h
is not MicrosoftVisualStudio/VC98/Include
its MicrosoftVisualStudio/VC98/Include/gl/Glut.h
-VBLimitsSorry about the Spelling..
haha...thanks

everyone feel free to beat me over the head as much as you like
Landsknecht begins beating mr2071 senseless.
My sig used to be, "God was my co-pilot but we crashed in the mountains and I had to eat him..."
But folks whinned and I had to change it.
LOL

Everyone makes a mistake at the time
Be glad that it''s solved :D

This topic is closed to new replies.

Advertisement