end of header no found

my problem is, i can’t that opengl works at visual C, somebody know how i could do that? i have to add something, where should i get glut.h and make it works?

Hi !

maybe you could explain what your problem is, because I don’t get a clue from your message text…

glut.h comes with glut.lib and glut.dll so when you download glut you will get the header file also, is that the only problem or is it something else also ?

Mikael

Sounds like an error related to precompiled headers.

That could be one thing, if you try to compile a source file with precompiled headers enabled and you don’t have the pch header file included in the source file you get a weird error message about finding xxx before end of file somthing…

Mikael