This may sound silly, but you have the OpenGL Developer files installed correctly, right? And you put the include directories/library directories into your compiler so it will recognize them, right?
This is a discussion on OpenGL prob within the Game Programming forums, part of the General Programming Boards category; This may sound silly, but you have the OpenGL Developer files installed correctly, right? And you put the include directories/library ...
This may sound silly, but you have the OpenGL Developer files installed correctly, right? And you put the include directories/library directories into your compiler so it will recognize them, right?
Sic vis pacum para bellum. If you want peace, prepare for war.
glaux is still used? didn't glut replace it or something?
glaux is unsupported, glut is outdated. Basicly thats the deal, there are some newer versions of glut but i dont think they are official.
GLUT is an API... its not outdated AFAIC. There are many implementations of the GLUT API, I use freeglut.