what files do I need to use OpenGL

Started by
2 comments, last by Kalasjniekof 17 years, 12 months ago
Aright, I've been trying to get OpenGL to work for about 3 weeks no with no luck. I don't know which header and library files to include. Nor do I know where to find them. Any help would be nice email: parare.veritas@gmail.com
____________________________It is your corrupt we claim.
Advertisement
If you're on Windows and using C/C++, you need these headers:

<GL/gl.h>
<GL/glu.h>

The libraries you use are

opengl32
glu32

These should be installed already on your computer, AFAIK.
How do I put those files into the neccessary folders?


Am I going to need any .dll files?
____________________________It is your corrupt we claim.
everything is installed for you.
what kind of errors are you getting?

This topic is closed to new replies.

Advertisement