Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: How disable run(load) opengl32.dll

  1. #1
    Junior Member Newbie
    Join Date
    Jan 2001
    Location
    tallinn
    Posts
    8

    How disable run(load) opengl32.dll

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

  2. #2
    Junior Member Regular Contributor
    Join Date
    Sep 2000
    Location
    Austin, TX, USA
    Posts
    150

    Re: How disable run(load) opengl32.dll

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

    Glossifah

  3. #3
    Member Regular Contributor
    Join Date
    Nov 2000
    Posts
    409

    Re: How disable run(load) opengl32.dll

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

  4. #4
    Junior Member Newbie
    Join Date
    Jan 2001
    Location
    tallinn
    Posts
    8

    Re: How disable run(load) opengl32.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 ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •