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

  1. #1
    Guest

    glut

    hit there, I'm new to OpenGL programming on the mac & have succesfully set up contexts/windows etc. using agl. I'm now experimenting with glut, but have been unable to succesfully run any code. I've tried the examples with the sdk but glutInit always fails to initialise a window. Could anyone give me some pointers? thanks in advance for your help ;-)

  2. #2
    Junior Member Newbie
    Join Date
    Aug 2000
    Posts
    6

    Re: glut

    Ha, I guess you haven't put the resource file into project, the name is like "*.rsrc" in the OpenGL SDK 's resource folder.
    CodeWarrior won't report any error if you don't put this file into, but glutInit will never succeed.

Posting Permissions

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