Computer Science Canada

I need help with openGL!!

Author:  SilverSprite [ Mon Jun 02, 2003 5:19 pm ]
Post subject:  I need help with openGL!!

I am reading a tutorial and it says to include the headers
#include <windows.h>
#include <gl\gl.h>
#include <gl\glu.h>
#include <gl\glaux.h>
when getting started. However when i include them, it tells me they arent found or something. I am using the rhide compiler. The tutorial also says that you have to add some stuff to the object/library modules. Yet i cannot find this with my compiler. Can anybody help me with this? Or maybe even better tell me how to start out with openGL?[/quote]

Author:  Tony [ Mon Jun 02, 2003 5:30 pm ]
Post subject: 

see the gl\ in header names... that means that headers are located in GL folder, so I assume those files dont come with standart compiler. You have to download the header files and save them in the right place.

Author:  SilverSprite [ Fri Jun 06, 2003 8:18 pm ]
Post subject: 

yeah... but even the windows header isnt found. Where can i download the gl\ headers..?


: