OpenGL.dll

Some demo codes i have downloaded ask for the dll opengl.dll. Where can i get it?

Originally posted by marko:
Some demo codes i have downloaded ask for the dll opengl.dll. Where can i get it?

Need to install the SDK from SGI or MS.

Originally posted by marko:
Some demo codes i have downloaded ask for the dll opengl.dll. Where can i get it?

In "c:\windows\system", older version opengl.dll, newer version opengl32.dll

OpenGL.dll is an old SGI DLL. Used to give much faster software rendering than Microsoft’s one, but that’s about it. Was pretty useful when 3D cards didn’t have hardware OpenGL implementations. I have no idea where you could get it. I think that you can safely replace the references with OpenGL32.dll, since when there was hardware support, the SGI DLL just called OpenGL32.dll.