🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

OpenGL Tutorial Problems

Started by
1 comment, last by GameDev.net 17 years, 5 months ago
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?
Advertisement
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.
I'm begginer and have pretty simple question. How can I open picture from my hard disc in OpenGL.

Something like - glutCreateWindow()- but that will open picture from my hard disc.

Thanks.

This topic is closed to new replies.

Advertisement