Redbook link problems

Started by
1 comment, last by qayx 22 years, 1 month ago
Could bang my head against the wall i dont really get the following : The Redbook examples from SGI they ALL wont work , they will all say GLUT.DLL not found but if i compile them they work without a problem , please dont let me die stupid ! Several examples on the Inet require the OPENGL.DLL ,are those his not supposed to be supplied by my Video Drivers (Voodoo 5 {CRAP}) or where can i get it ? Thanks in Advance qayx (quick to type eh ? )
Advertisement
Hi..I dealt with the problems with the examples shown in the redbook. It took a while to find out what the problem was.

This is a link where you can find the most updated dll of glut and some stuff. ftp://ftp.sgi.com/sgi/opengl/

About opengl.dll, well I''m using opengl32.dll, but that it''s installed by windows.

------------------------------I prefer to be the worst of the best than the best of the worst------------------------------
Back in the mid-90''s SGI and MS had an ''argument'' concerning the quality of MS'' (software) implementation of OpenGL. They ended up releasing their own implementation (Cosmo OpenGL). That''s what opengl.dll is. opengl32.dll is MS'' implementation, which they haven''t touched (or so I hear) since that time.

GLUT was implemented by Nate Robins when he worked at SGI. I am not sure that the version available on ftp at SGI is the very latest. However, Robins maintains a page with his latest work on GLUT there.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement