I'm new to C++ graphics, and a friend tipped me off to OpenGL. I'm currently trying to work with the GL Utility Toolkit ( #include gl\glut.h
), which I had to download from the web. Due to all the download sites being intended for people with older versions of Windows (I think), I had to install the *.h, *.o, and *.dll files by hand, but going with the locations specified by the readme that came with the download (from http://www.xmission.com/~nate/glut.html).
However, whenever I try to work with glut.h, I get a cartload of linker errors that yell at me about an undefined reference for any number of functions. Sample: " [Linker error] undefined reference to `__glutInitWithExit@12' ". I am using Bloodshed Dev-C++ version 4.9.9.2.
Please help!!!
venomlash 55 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
venomlash 55 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
venomlash 55 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
venomlash 55 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
venomlash 55 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.