Problem

Ummm, when i compile programs, i’m getting errors within the <GL.h> file. What do i do?

I had a similar problem. I just removed the GL part in the include and it compiled fine.

just a guess

#include <windows.h>

before <gl.h>

ya, include<windows.h> got rid of the first bunch of errors, now i’m getting errors in the windef.h file. Bleargh, this is annoying.

Exactly what errors are you getting?