About free glut

I am a code:blocks user in windows 7 64bit..
I have done following steps for seting up freeglut in code::blocks
1. Copied header files to the include folder of mingw
2. Copied lib filer to the lib folder of mingw
3. Copied the .dll file to system32
4. Took an empty project and linked following libraries
a. libopengl32.a
b. libglu32.a
c. libglut32.a
5. Took a .c source file.

After all these when i'm trying to compiling it, its showing me dozens of errors
Why?
Guyz please help me out...
Last edited on
Topic archived. No new replies allowed.