Hi all,
I'm looking at learning opengl - I have tutorials and such, but no '.h' files to #include.
Does anyone know where I can find the .h files required to program using the opengl functions?
Windows 98
VC++ 6.0
Thanks.
This is a discussion on opengl .h files within the Game Programming forums, part of the General Programming Boards category; Hi all, I'm looking at learning opengl - I have tutorials and such, but no '.h' files to #include. Does ...
Hi all,
I'm looking at learning opengl - I have tutorials and such, but no '.h' files to #include.
Does anyone know where I can find the .h files required to program using the opengl functions?
Windows 98
VC++ 6.0
Thanks.
Hi,
see the first chapter of Nehe's Tutorials...very easy to swallow and will teach you how to do it...
It requires including .h files as well as some .libs
http://nehe.gamedev.net
Please don't crosspost.. this time i tell you like thisbut next time i'll look like this
![]()
The .h files are in the in the gl directory of your header file directory. So if you wanted to load in opengl.h, the you would type:
#include <gl/opengl.h>
I'm pretty sure that is the directory. Haven't used GL in a while.![]()
Think out of the box! Open Source rules!
-Breach23