OpenGL Headers for Version 1.2 or Higher

Is there some common location on the web where all of the OpenGL headers and libraries for various platforms are located? Microsoft only delivers headers for version 1.1 with Visual C++ and I can’t find any on OpenGL.org or on SGI’s web site.

Thanks,
Erik

As far as I know, they don’t exist for windows. You need to use glext.h and wglGetProcAddress to get 1.2 functionality

There is some stuff on SGI’s website:
http://oss.sgi.com/projects/ogl-sample/registry/

They are fairly well up to date, but not necessarily fullproof.

-Mezz