OpenGL Files


#1

Where can I find the header, library and DLL files for OpenGL 1.5? I have the free Borland C++ compiler, but it has only OpenGL 1.1.

Thanks


#2

dunno but I’d say check out

opengl.org


#3

My understanding is that it is dependant on your video card manufacturer. The driver updates have all the openGL stuff I believe.


#4

Visit the MESA home page and download the MESA library source code. You can complie them with Visual C++ under Windows. This will build the libraries that allow you to use OpenGL 1.5 compliant API entry points in your Win32 project. It also includes the necessary <GL/gl.h> headers, etc.

http://www.mesa3d.org/


#5

This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.