Gah! GLUT!

Started by
2 comments, last by Puzzler183 20 years, 7 months ago
I jsut noticed after about an hours of coding that GLUT is non-existant in the distribution of OpenGL that comes with Dev-C++. I could not access opengl.org to get a different version so I''m wondering if anyone could tell me where I could find a version of the DLL and the header I need.
Advertisement
search google for ''GLUT xmission''

[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | C++ FAQ Lite | Function Ptrs | CppTips Archive ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Free C++ IDE | Boost C++ Lib | MSVC6 Lib Fixes ]
"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
We also have a direct link to it here in our OpenGL section.
So I got it, and now I'm getting linker errors for functions I don't even use... This is getting too wierd...

EDIT: I'll post them, maybe someone can do better with the compiler options than I can...

[edited by - Puzzler183 on September 1, 2003 8:40:04 AM]

This topic is closed to new replies.

Advertisement