Please help!!!!!(Mac OS 9.2)

How do I use open GL to draw to my window.

How do I quit glutmainloop with out leaving my program…

Hey,
Go to http://developer.apple.com/techpubs/ or http://developer.apple.com/techpubs/macosx/Carbon/graphics/OpenGL/opengl.html and look for MacOS9 OpenGL documentation and samples. The samples can be found in the SDK v1.2 for MacOS 9. They should provide you with how to create rendering contexts unless they use glut or the documentation should somewhere.

with regard to quitting mainloop check the list archives, someone has made a hack to do this

Without hacking the GLUT source you can’t.
And if you hack it then, that would make it not portible to other systems.

You may check and see if there is a example of using native Mac code to open a drawing contex in Mac.
Which I am sure there is.

Originally posted by hcrogma:
[b]How do I use open GL to draw to my window.

How do I quit glutmainloop with out leaving my program…[/b]