How to setup OpenGL on Borland 5.02 on Vista

Hi

I am new to OpenGL and want to setup on Borland C++ 5.02. I am using Windows Vista. What do I need?

Thanks in advance

Hi aanauman,

What you need to start working with openGL in BC is the “gl.h”, “glu.h” and “glut.h” headers.

I don’t remember now but I think they come with the installation if they’re not there let me know. Look for these files in the installed folder. They must be at include\gl.

Why you don’t use Borland C++ Builder instead? BC++ is obsolete.