help me PLEASE

i just introduced myself to openGL, can someone please guide me through how to set it up? i’m having no luck finding any help on installing or anything.

check out http://nehe.gamedev.net/

i have, i couldnt find anything about setting it up on XP, i got the source file for lesson1 on that site, setup the “links” thing, tried to build it and i get this error message "…fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.

openGL.exe - 1 error(s), 0 warning(s)"…any ideas?

setting things up on xp should be easy. i use xp/vc++ and gl just works. there should be setup examples at nehe for each tutorial that work for all sorts of different compilers. ive never seen the error you have though.

You’ll get that error if the it’s set to use a non-existent precompiled header. The easiest thing is to just turn off precompiled headers in the project settings.