How do I configure Borland C ++ for OpenGL?

I want to install my Borland C ++ setup for OpenGL on Windows XP SP2.

When I include windows.h

or GL/glut.h

, I get:

error: directory not found.

I tried to include windows.h

using quotes as well as angle brackets.

How do I set up my computer to develop OpenGL applications?

+1


a source to share





All Articles