This message was edited by bell2 at 2005-4-26 17:35:2
: : anyone know where or have a link to the glaux header?
: : i've been looking for it forever.
: : -thanks
If you use Dev-C++ you can include gl/gl.h ,gl/glu.h, gl/glext.h (I am not sure about glaux, but you might want to use this. If you are looking for glaux specifically, you might want to download it and save it as "C:\Dev-Cpp\Include\GL\glaux.h", then you can just "#include <glaux.h>" ). Dev-C++ ( version 4.9.9.2 ) users also have to add "-lopengl32" to the Project->Project Options->Parameters->Linker edit field.