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: GLUT in Borland 5.01

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2002
    Location
    Corvallis, Oregon, USA
    Posts
    2

    GLUT in Borland 5.01

    I am using Borland 5.01 to compile my GLUT project. Whenever I try to compile, I get this error message:

    Error: Unresolved external 'glutInit' referenced from module opengl.cpp

    I get this same message for all of the GLUT functions that I use in the program. I've never before gotten any error like this and don't have a clue what it means. Does anyone else know what this could be?

  2. #2
    Junior Member Newbie
    Join Date
    Feb 2002
    Location
    Corvallis, Oregon, USA
    Posts
    2

    Re: GLUT in Borland 5.01

    I was able to figure it out on my own. The problem was that I didn't have the project set up properly. The following web page shows exactly how to do it:
    http://home.clara.net/paulyg/compide.htm

Posting Permissions

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