How disable run(load) opengl32.dll

if any process want to load this DLL?
what is a function is it (Visual C++)?

In your project settings, link in opengl32.lib and you should be all set.

Glossifah

You mean you want to do dynamic loading of that dll?

Originally posted by Elixer:
You mean you want to do dynamic loading of that dll?

Yes but any process want to load this lib-ry and how i may to know about this ?