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

Thread: help with glut functions...

Hybrid View

  1. #1
    Guest

    help with glut functions...

    could anyone tell me where the source for the glutInitDisplayMode and glutInitWindowSize functions is located?

  2. #2

    Re: help with glut functions...

    They are in glut_intit.c.

    Nate http://nate.scuzzy.net

  3. #3
    Guest

    Re: help with glut functions...

    Thanks for your reply, is there a way i can find out which functions are located in which .c file? So i can solve all these "Unresolved extern" errors

  4. #4
    Intern Contributor
    Join Date
    Feb 2000
    Location
    Breda, Netherlands
    Posts
    57

    Re: help with glut functions...

    You're probably doing something wrong with linking the final executable. If your using VC++, try the project settings and include the glut32.lib file in the link stuff (this is just right out of my mind, can't remember exactly).

    John

  5. #5
    Guest

    Re: help with glut functions...

    That was it , Thanks

Posting Permissions

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