> Perhaps a semicolon is needed? i.e. > > int APIENTRY; > glutExtensionSupported(const char *extension) nope, that is definitely invalid code. As Joshua said, you need to investigate how APIENTRY is defined. Chris