gl\glaux.h: No such file or directory.
i get the error above when trying to compile any code with
#include <gl\glaux.h> in it???

Recommended Answers

All 3 Replies

What compiler are you using?

OpenGL is not standard with all compilers. You may have to download it.

where can you download it from?
i am using dev c++

glaux is a very old library and should substituted by others - glu, glut
but if you really want it, try opengl.org

if you use it to display spheres, cones etc, you can use quadrics from from glu
to load bitmaps, try win32 api (or other library)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.