I have been having trouble following tutorials for learning OpenGL. More specifically, RoD's tutorials. They make sense, I can completely comprehend what is being explained. But suddenly, I hit a dead end. In one of the tutorials (The 5th maybe?Something like that:P) it gives a whole bunch of source code and says to compile it and you should see a robot. I go to compile it and I get a bunch of problems. Library missing, undeclared this, undeclared that...I beleive the problem may be in one or more of the following items:
1. I am running Dev-C++ on Windows XP Home
2. Maybe I don't have the most recent OpenGL libraries
3. Maybe Copy & Paste won't work here??
Help would be greatly appreciated. Thanks in advance



LinkBack URL
About LinkBacks



I downloaded the lesson 1 source code in dev-c++ format(because thats what i use) and opened it. I hit compile, it says "glaux.h - No such file or library."
Thanks for all the help...I found the glaux replacement, but I also found out that all the lessons so far render fine without the glaux header. I've got it for later though...THanks again!