OpenGL.dll

I have been trying to execute the examples from redbook tutorial. I compile them just well but on the runtime the application requires an OpenGL.dll. I don’t know where is it. I have installed all drivers from my video card, and preformed a file search over all my Hard Drive. Does anybody can give me the URL where I can download this?

if you run them under MSWin, find the file ‘opengl32.dll’ under the system directory. or you may not add the path into your sysPashes.

so.one simple way is copy the ‘opengl32.dll’ to your demo program folder.

If it really says “opengl.dll” and not “opengl32.dll”, you propably made an error when linking the program. You have to link against “opengl32.lib”.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.