View Full Version : openglut for windows 98
Hurle
09-13-2002, 03:52 PM
I just downloaded opengl for windows 98. It includes openglaux instead of openglut.
Can I get the openglut verson of the include files for my Windows 98, and how?
nexusone
09-13-2002, 04:54 PM
It is called "glut" and "glaux", glut is a replacement for glaux which is no longer supported.
You can get the newest glut for windows from Nate Robins web site also tutors on how to use it: http://www.xmission.com/~nate/opengl.html
Originally posted by hurle:
I just downloaded opengl for windows 98. It includes openglaux instead of openglut.
Can I get the openglut verson of the include files for my Windows 98, and how?
Hurle
09-15-2002, 07:47 AM
Originally posted by nexusone:
It is called "glut" and "glaux", glut is a replacement for glaux which is no longer supported.
You can get the newest glut for windows from Nate Robins web site also tutors on how to use it: http://www.xmission.com/~nate/opengl.html
Thanks, I did that. It nearly runs. I am missing Windows.h according to the compiler. Where do I get a copy of this file?
nexusone
09-15-2002, 08:57 AM
If it is a windows compiler, you should have it.
did you #include<windows.h> in your program?
Originally posted by Hurle:
Thanks, I did that. It nearly runs. I am missing Windows.h according to the compiler. Where do I get a copy of this file?
Hurle
09-17-2002, 07:12 PM
Yep! I included windows.h -- the wrong one. I discovered you cannot run opengl under DOS, unless there is some gl stuff out there I cannot find.
I broke down and got visual c++. OpenGL works fine now. Thanks for your inputs everyone.
Hurle
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.