Open GL GL\gl.h and GL\glu.h

L

ldries46

In Open GL in thee file glut.h, #include <GL/gl.h> and
#include<GL/glu.h>are called.
in the same installation I cannot find the files glu.h and gl.h.
Where can I download them.
 
B

Bartc

ldries46 said:
In Open GL in thee file glut.h, #include <GL/gl.h> and
#include<GL/glu.h>are called.
in the same installation I cannot find the files glu.h and gl.h.
Where can I download them.

They often come with a C compiler. If not perhaps try google "download
glu.h". Or ask in comp.graphics.api.opengl.
 
K

Keith Thompson

ldries46 said:
In Open GL in thee file glut.h, #include <GL/gl.h> and
#include<GL/glu.h>are called.
in the same installation I cannot find the files glu.h and gl.h.
Where can I download them.

If you're missing a header, just grabbing a copy from somewhere
is unlikely to be the best solution. If it's missing because
there's something wrong with your installation, there could easily
be other problems. See question 10.11 in the comp.lang.c FAQ,
<http://www.c-faq.com/>.

Also, your question really isn't about the C language. You're more
likely to get better answers in a newsgroup or other forum that
discusses either OpenGL or your operating system.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top