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: Glu32.dll

  1. #1
    Junior Member Newbie
    Join Date
    Jan 2001
    Location
    Kuala Lumpur, WP, Malaysia
    Posts
    2

    Glu32.dll

    GREETINGS !

    I bought the Computer Graphics using OpenGL published by Prentice Hall to learn OpenGL and computer graphics.

    I am having a difficulty in building the OpenGL codes presented in this book. I have downloaded and installed all the dll, lib and h files into proper folders in Windows/System as well as Visual C++ 98 Lib & Header folders. I have no problem compiling the codes but whenever I tried to build the OpenGL codes, an error message appeared :

    Linking...
    LINK : fatal error LNK1104: cannot open file "Glu32.dll"
    Error executing link.exe.

    When I checked my Windows-System folder, the Glu32.dll is already there. Then, I visited OpenGL site and downloaded and installed the GLsetup but the error message persisted. I wonder what wrong I have done. I would greatly appreciate if anyone can show me how to tackle this problem. Otherwise, I may have to carry on with my Java 3D. I wanted to try out OpenGL as I found a setback in Java 3D especially its garbage collection that slows down the system.

    Thank you.

    Regards
    Jong Hang, Siong

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    Re: Glu32.dll

    Think you should try to link with glu32.lib instead of .dll

Posting Permissions

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