Dev-C++ problem

When I compile, there is an error that says
“gl/glaux.h:No such file of directory.”

I really need some help, I’m a newbie at OpenGl.

glaux is deprecated, you shouldn’t use it anyway.

Check out the glaux replacement at NeHe on the left under NeHe Misc. I don’t know how complete it is, and what you’re using glAux for, but I’m guessing it’s for creating textures from BMPs which this will do fine.

Thanks :slight_smile: