OpenGL Tutorial Problems
I was reading through the NeHe Tutorials and saw that on the first one it had the following command: #include <gl/glaux.h> This seems to not be found by Dev-C++ and was wondering why so? It seems to be a standard library but does not seem to be in the standard libraries provivded. What am I doing wrong?
You are not doing anything wrong, glAux is old and no longer used, therefore it might not be included with some compilers.
What you could do is to use the replacement code found in my signature below.
What you could do is to use the replacement code found in my signature below.
www.flashbang.se | www.thegeekstate.com | nehe.gamedev.net | glAux fix for lesson 6 | [twitter]thegeekstate[/twitter]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement