glaux.h library in opengl

I had questions about OpenGL libraries.
An error is encountered while running the 3D C++ animation program for the glaux.h library.
How can I add it?

GLaux is not and never was an OpenGL library. It’s an incredibly outdated library, and you should not attempt to use it. If you have to use code that uses it, replace the GLaux usage with some other library.

1 Like