View Full Version : Open GL 1.4 or later for windows...Where?
Firelark 04-12-2005, 06:18 PM Hello I've been looking for Open GL 1.4 (with include files and library files) or later for windows but the latest I have found is 1.3 (for dev-c++). I have been looking at opengl.org and microsoft.com and all over the place. Does anyone know where to find it?
Karl
|
|
mummey
04-12-2005, 08:30 PM
Use OpenGL extensions. Windows only contains support for OpenGL 1.1. The OpenGL extensions handle the rest.
FrankFirsching
05-05-2005, 08:19 AM
OpenGL later than version 1.1 is unsupported by Microsoft :-( The official method to use a newer OpenGL version is to make your own function prototypes and retrieve function pointers using wglGetProcAddress(LPCSTR name). Fortunately there exist some open source libraries, that do this annoying task. One of these is glew (http://glew.sourceforge.net/). Those libraries also simplify the usage of OpenGL extensions and provide an easy way to check, if the installed graphics card supports this extension.
mesa supports opengl 1.5
-> www.mesa3d.org (http://www.mesa3d.org)
~cpan
Here is everything you need. Supports OpenGL 1.5
http://oss.sgi.com/projects/ogl-sample/GLsdk.zip
CGTalk Moderation
05-07-2005, 10:28 AM
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.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.