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: Selecting DLLs for 98 and NT4

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2000
    Location
    Houston, TX, USA
    Posts
    2

    Selecting DLLs for 98 and NT4

    I have an app that I need to run under 9x and NT4 (and eventually 2K too).

    I have been developing and compiling against opengl32.dll on NT4. Performance is ok.

    I want to run it on 9x well, but at the moment it runs like a dog. I tried copying opengl32 to the 98 machine and renaming to opengl (as one suggestion) but I get an missing function error.

    What is the 'recommended' or best way to have a single exe for 9x and NT, and to achieve best performance.

    Thanks.
    D.

  2. #2
    Junior Member Regular Contributor
    Join Date
    Feb 2000
    Posts
    148

    Re: Selecting DLLs for 98 and NT4

    Your app should work on any windows as long as you have the right driver for each win os. (In theory anyway

    What video card do you got?. Go to the manufacters homepage or glsetup and download drivers for win 9x.

    Cheers

Posting Permissions

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