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