How to use openGL in vc++ 6?

hello,im a newbie n i wanna use openGL in my program (under vc++ 6). What kind of files that i have to include in my program?can u give me the files?thx

headers are windows.h GL/gl.h and GL/glu.h
and libraries opengl32.lib and glu32.lib

you can find simple base code here : http://nehe.gamedev.net

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.