I'm new to graphics in Windows. Any help would be much appreciated.
I installed mingw
and it seemed to work.
Then I downloaded Codeblocks
and that seemed to work too.
Next I downloaded the freeglut
package, unzipped it and copied all the files to the various locations.
When I tried to compile Tutorial 01 provided in ogldev-source
, I got eleven error messages consisting of a series of undefined references such as:
undefined reference to '_imp_glutinit/windowsPosition@@'
undefined reference to 'glClearColor@16'