MinGW and glaux.h

Hi, everyone!

I’m learning how to use OpenGL. I read NeHe’s tutorials and I have the Redbook.
When I tried to implement texture mapping, I noticed that I dont have “glaux.h”, however I have “/mingw/lib/libglaux.a”. Why?

hi,

glaux.h is part of MS platform sdk,
it’s written mainly for redbook samples
(== ms version of SGI’s aux.h),
but is rarely used now, since
we have a better tool,
GLUT library (look for links in opengl.org and get it), it implements the same things and much more, however, if you wish glaux.h,
follow link : http://chaos.unas.cz/opengl/glaux.h I just hope you have at least gl.h and glu.h and their respective lib files.

[This message has been edited by tachyon_eagle (edited 02-12-2004).]

sorry, I forgot that my website is case-sensitive, so correct link is :
http://chaos.unas.cz/opengl/glaux.h

wish you good luck with openGL