OpenGL 1.2 ???

Started by
13 comments, last by jocke 22 years, 5 months ago
quote:Original post by Zerosignull
1.2 is suported in win 2k. just ms wont update opengl32.dll

While I''m not saying you''re wrong, how is OpenGL 1.2 supported if the MCD doesn''t support it? I''m just curious .

[Resist Windows XP''s Invasive Production Activation Technology!]
Advertisement
not to sure what MCD meens but goto:

http://www.microsoft.com/WINDOWS2000/techinfo/reskit/en/ProRK/prdm_mtm_kayi.htm

bout half way down the page under the header opengl 1.2

Click to goto my page
An MCD is a mini client driver, in this case opengl32.dll. Also, I think I figured out why they say that. The .lib file doesn''t, but the Win2K .dll does. So, we still have to use extensions for 1.2+, but we can be sure that all of 1.2''s standard features are supported in software mode.

[Resist Windows XP''s Invasive Production Activation Technology!]
Ok, im a bit confused.
Is OpenGL 1.2 a new set of libs and headers?
I had heard somewhere that in order to use 1.2
i need to use extensions. Is this true?
If so, where do i find these extensions?
I mean there have to be some new dlls and libs and stuff right?
quote:Original post by jocke
Ok, im a bit confused.
Is OpenGL 1.2 a new set of libs and headers?
I had heard somewhere that in order to use 1.2
i need to use extensions. Is this true?
If so, where do i find these extensions?
I mean there have to be some new dlls and libs and stuff right?

You use wglGetProcAddress to get the extensions (if you''ve downloaded glext.h). Microsoft won''t give out an updated .lib file, so your program doesn''t know about the new functions ahead of time. Most other OS''s have updated files, so your program DOES know about the functions ahead of time.

[Resist Windows XP''s Invasive Production Activation Technology!]

This topic is closed to new replies.

Advertisement