where can i get the header files?

where can i get the header files of OpenGL for visual c++? :confused:

In Visual Studio 6.0 See : C:\Program Files\Microsoft Visual Studio\VC98\Include\GL

In Visual Studio 7.x See : C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\gl

In Visual Studio 8.x See : C:\Program Files\Microsoft Visual Studio .NET 2005\Vc8\PlatformSDK\Include\gl

also See the FAQ’s or search this forum for further details

For Extensions you will need glext.h is not typically shipped with the OS

is typically found in ATI’s or Nvidia’s SDK so if you have one of those installed check their directories etc… e.g C:\Program Files\NVIDIA Corporation\Cg\include\GL\glext.h

You can also down load it here http://www.opengl.org/registry/

also see

http://www.opengl.org/resources/faq/technical/extensions.htm#exte0070

Thank you very much!