missing an include on open gl?

On the compiler dev-c++ is there a way to get the #include <gl\glaux.h> or does this not even exist if it does where can I get this?

Please someone reply I will be very thankful. By the way the reason why im not posting this at the dev-c++ forums is since bots are the only things there mostly.

First of all please know that glaux is old and you should try to find an alternative. Ok about your question the problem is that for some reason DevC++ doesn’t include the glaux header so you have to download it. You can find it on this site in the download section on a file called Opengl95.exe or something like that.

Yeah, I use DEV-C++, but avoid using glaux it is a windows only library.

Funny that DEV-C++ has the glaux library but not the include file.

Do a google search for glaux.h and I am sure you can find the file.

Also drop me an e-mail, could send it to you not a large file maybe 15K.

Originally posted by shs:
On the compiler dev-c++ is there a way to get the #include <gl\glaux.h> or does this not even exist if it does where can I get this?