Where I can find gl.h and glu.h files ?

I need them for my bcc55 compiler, but I can’t find them (, so I can’t compile any OpenGL program, even simple tutors ;((

greetz,
Dentarg

You will need lib files too (opengl32.lib and glu32.lib). Get all these file (headers and libs) from a friend who installed VC6, or search the web…

VC6 libraries are not compatible with Borland compilers. You sure bcc55 doesn’t come with them? Isn’t that the free compiler that Borland has? I could swear that came with OpenGL headers and libraries. You sure you’re trying to include GL/gl.h rather than just gl.h?