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: GLE library link problem

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2000
    Location
    Alameda,CA,USA
    Posts
    2

    GLE library link problem

    Hello:

    I am trying to use gleExtrusion in a program. Linking fails because "unresolved external symbol _gleExtrusion". I am using VC6 and have copied gle.lib to the VC98/lib dir (along with glut32.lib, for example). Any suggestions? Thank you.

  2. #2
    Intern Contributor
    Join Date
    May 2000
    Location
    Ottawa, Ontario, Canada
    Posts
    77

    Re: GLE library link problem

    Did you include it in your project? Project menu link tab.

  3. #3
    Junior Member Newbie
    Join Date
    Jun 2000
    Location
    Alameda,CA,USA
    Posts
    2

    Re: GLE library link problem

    Yes, I had tried that. In the end, I just built a started a new project to build the library. This worked fine. I don't know why the makefile version is different, but at least I can move on.

Posting Permissions

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