View Full Version : Where is glaux.h?
ruralmyth
01-26-2004, 04:41 AM
Hi All,
I am trying out some older tutorials from NeHe but do not have glaux.h (though glaux.so is there).
Does anybody know where I can download a copy?
Thanks,
ruralmyth
nexusone
01-26-2004, 04:54 AM
You can do a google search and find it.
Just remember the glaux is a library created by Microsoft and is not support for it under linux.
You can also find the glaux.h with the Visual C++ compiler.
[This message has been edited by nexusone (edited 01-26-2004).]
ruralmyth
01-26-2004, 12:41 PM
Thank you - but so far google has merely being returning pages telling me to include glaux.h, but not the actual file itself. I was going crazy trying to think of a search term which would make a difference.
I do not have visual studio, using instead Dev-c++
BUT -
Since my last message, I have rewritten the demo so that it no longer needs glaux, instead I am using the bitmap loader from SDL, which appears to do an equivalent job.
nexusone
01-26-2004, 01:42 PM
Strange when I did a google search for glaux.h I found the file on the first page of the search....
Originally posted by ruralmyth:
Thank you - but so far google has merely being returning pages telling me to include glaux.h, but not the actual file itself. I was going crazy trying to think of a search term which would make a difference.
I do not have visual studio, using instead Dev-c++
BUT -
Since my last message, I have rewritten the demo so that it no longer needs glaux, instead I am using the bitmap loader from SDL, which appears to do an equivalent job.
ruralmyth
01-26-2004, 08:56 PM
I do not believe it -- I cannot explain why I did not spot this page! Perhaps because I used other words as well in my search? I don't know...
Anyway, this was the 5th hit: http://www.ece.cmu.edu/~ece796/project99/8/final/code/18-796Project/include/gl/GLAUX.H
Thank you -
araha
02-19-2004, 08:35 PM
In MS Visual C++ follow these steps to have access to glaux.lib:
- select the "Project" pull-down menu
- select "Settings"
- select the "Link" tab
- click on the "Object/library modules" text line
- click END
- click SPACEBAR
- type "glaux.lib"
- select "OK"
Also, since you are doing graphics, these libraries may be useful:
opengl32.lib
glu32.lib
Just add them the same way.
Good Luck!
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.