Advertisement

Compiling OpenGL 1.2 programs

Started by August 27, 2002 11:00 AM
0 comments, last by mfbscs 22 years, 6 months ago
Where can I find the libraries needed to compile a program that uses features from the 1.2 spec on Windows 2000? I need the .dll, .lib and .h files. Can''t find it anywhere, thanks
If you''re using Windows (which I assume since you mention dll''s), there is no OpenGL 1.2 (or greater) MCD for Windows, so you cannot find gl.h/opengl32.* files for it (Microsoft hasn''t updated their MCD in many years, for some reason). You can jerry-rig it through the glext.h header and manually loading all of the extensions that are needed.

This topic is closed to new replies.

Advertisement