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
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
My understanding is that it is dependant on your video card manufacturer. The driver updates have all the openGL stuff I believe.
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.
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.