Name: Anonymous 2009-10-09 23:23
How the fuck do I obtain the OpenGL libraries for use with the C programming language?
I'm trying to use glut in Dev-C++ but the libraries that come with Dev-C++ are fucking broken or something, and I've tried including every GL library I could find in the lib folder but the linker can't find any of the functions, and it looks like my GL/glu.h (I notice that some people have a glut.h rather than glu.h) doesn't even contain at least 50% of the fucking
I'm trying to use glut in Dev-C++ but the libraries that come with Dev-C++ are fucking broken or something, and I've tried including every GL library I could find in the lib folder but the linker can't find any of the functions, and it looks like my GL/glu.h (I notice that some people have a glut.h rather than glu.h) doesn't even contain at least 50% of the fucking
#defines and function prototypes that it's supposed to. Also I tried Code::Blocks but its packaged OpenGL is the exact same shit. And the OpenGL website only provides references but won't like me to any particular implementation or anything...