I need help with openGL!!
Author |
Message |
SilverSprite
|
Posted: 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] |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Mon Jun 02, 2003 5:30 pm Post subject: (No 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. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
SilverSprite
|
Posted: Fri Jun 06, 2003 8:18 pm Post subject: (No subject) |
|
|
yeah... but even the windows header isnt found. Where can i download the gl\ headers..? |
|
|
|
|
![](images/spacer.gif) |
|
|