Ya I finaly found the glaux.h
at opengl.org and finaly somethings started to work but then as I got further into the rabit hole errors glut works many times more Thank you dr.wayne!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the include <gl\glaux.h> this is an opengl one. What can I do to get that or something to fix this?
The glaux stuff is deprecated and unsupported. You really need to swith over to glut...
Wayne
Here is a good link form the horses mouth:
http://www.opengl.org/developers/faqs/technical/gettingstarted.htm#0080
Wayne
This glut is this already in dev-c++ or do I need to get it from some website?
Check out this link and see if it gets you going...
http://mywebpage.netscape.com/PtrPck/glut.htm
Wayne
Ya I finaly found the glaux.h
at opengl.org and finaly somethings started to work but then as I got further into the rabit hole errors glut works many times more Thank you dr.wayne!
You are most welcome
Wayne