Hi,
I am running Code::Blocks 02-nov-2012 build with the 
TDM-GCC 4.7.1 compiler, on win 7.
I'm currently trying to learn myself some OpenGL through 
this tutorial.
However I'm puzzeled as to how I'm supposed configure the Code::Blocks/the compiler, to correctly build and compile my code since:
The code I have written is the exact same as the one found 
the one found here, 
and I have downloaded all the necessary libraries for the tutorial through the 
links provided by the site, 
and placed all header files at their appropriate locations in the MinGW include folder.
I have even set up appropriate search paths for the compiler in Code::Blocks, so that I'm sure that it finds all the header files.
Now I don't get any build errors or anything like that when I hit F9 to build and run, but the annoying "This project hasn't been built yet..." message pops up, whereupon nothing happens at all when I click the ok-button.
No project is ever built, no code is ever compiled, and there's certainly no code beeing run!
I'm pretty sure that I have done everything right, but still, there might be something important that I might have missed.
So I'm hoping some of you forum geniuses might be able to help me out here.
Thanks in advance  
