-
OpenGL SDK
I'm a little disappointed. I've been searching around opengl.org for developer libraries v1.5. Now, either I am blind (which is very possible) or I am just in the wrong place. Also, are there .dlls that go along with the libraries?
I had the OpenGL SDK installed on my old machine and my programs worked fine. However, I have a new machine and I can't find where to download the libraries now.
-
Member
Regular Contributor
Re: OpenGL SDK
first you need the latest drivers for your video card, this will provide you with the dlls you need. On a windows system the latest library/header you can find is 1.1, you'll need to download glext.h and use extensions to access 1.5 functionality
-
Re: OpenGL SDK
So, where do I find the latest library/header files?
-
Super Moderator
OpenGL Guru
Re: OpenGL SDK
For the libs you get the latest drivers for your graphics cards, for the header files you get them here:
http://oss.sgi.com/projects/ogl-sample/sdk.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules