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 2 of 2

Thread: OpenGL stub / passthrough DLL needed

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2000
    Location
    Montreal, Quebec, Canada
    Posts
    1

    OpenGL stub / passthrough DLL needed

    I am looking for a source code that simply implements a passthrough for OpenGL functions.

    I need this so I can run statistics on how many times the function is called, so I can alter parameters on the fly, etc...

    Does anyone have any idea where I could find this ready-to-go source code skeleton ?

  2. #2
    Guest

    Re: OpenGL stub / passthrough DLL needed

    I know that something like that DOES exist. I even played around with it. The pass-through included a VC++ project file with all the code and the new opengl32.dll that called the REAL opengl32.dll. Unfortunately I don't have the files anymore (hard drive crashed). I tried searching on the net but had no luck. I don't remember the name of the project, but there is someone who used the pass-through to create a "cheat" for the Half-Life mod Counter-Strike. You can try to contact the author and ask him where he got the pass-through. His site is www.angelfire.com/extreme/lith
    Hope that helps.

Posting Permissions

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