how can i start opengl with visual c6

how can i start programming opengl with vc6
and how can include gl lab. like lg\lg.h or any one of them
which pruduced by Micrsoft or SGI
thanks alot

http://nehe.gamedev.net

The base openGL headers are shipped with VC6, so any windows based example should compile without any other headers.

Just remember to add the gl library’s to the linker settings in the VC6. opengl32.lib and glu32.lib.

Originally posted by arkcon:
how can i start programming opengl with vc6
and how can include gl lab. like lg\lg.h or any one of them
which pruduced by Micrsoft or SGI
thanks alot