View Full Version : where can i get the header files?
xoquoxxotil
08-30-2006, 11:26 PM
where can i get the header files of OpenGL for visual c++? :confused:
UrbanLegend
08-30-2006, 11:58 PM
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
UrbanLegend
08-31-2006, 12:05 AM
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/
UrbanLegend
08-31-2006, 12:07 AM
also see
http://www.opengl.org/resources/faq/technical/extensions.htm#exte0070
xoquoxxotil
08-31-2006, 08:10 PM
Thank you very much!
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.