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

Thread: Nate + glut = error

  1. #1
    Junior Member Regular Contributor
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    102

    Nate + glut = error

    Anyone here who knows why Nate Millers demo on Heightmaps says like this when I'm running it: "The Procedure entry point __glutCreateWindowWithExit could not be located in the dynamic library glut32.dll" (I have the glut 3.7 glut32.dll)
    CyBBe

  2. #2
    Junior Member Regular Contributor
    Join Date
    Jun 2000
    Location
    Bucharest, Romania
    Posts
    113

    Re: Nate + glut = error

    Because you have a different version of the dll (it explains it very clearly - it doesn't find the function you specified). Look at the params anyway if you're sure you have the right dll.

    NewROmancer

  3. #3
    Junior Member Regular Contributor
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    102

    Re: Nate + glut = error

    SMART!

    God damn, I couldn't figure that out myself!!!
    THANX! It really helped!!!
    THANX!!!!!!!!!!
    CyBBe

Posting Permissions

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