Visual C++ Open GL Installation

Hi all,

I have just got Microsoft Visual C++ 6.0 and I need help Installing open GL files to get them to work when I run my code. Ive been told to copy certain files into the likes of my include folder that is part of the C++ compiler. Could somebody tell me how to get hold of these files and how to install them so that I can use them with my C++ compiler.

Hope that all makes sense!!
Many Thanks

Mark

The base openGL library’s and includes are shipped with Visual C++. So any windows example should compile, without downloading any other files.

Only thing you may need is the glut library for VC++, for examples that use it.

I have a link for the glut for windows library on my website. www.angelfire.com/linux/nexusone/

Originally posted by Mark Godwin:
[b]Hi all,

I have just got Microsoft Visual C++ 6.0 and I need help Installing open GL files to get them to work when I run my code. Ive been told to copy certain files into the likes of my include folder that is part of the C++ compiler. Could somebody tell me how to get hold of these files and how to install them so that I can use them with my C++ compiler.

Hope that all makes sense!!
Many Thanks

Mark[/b]

[This message has been edited by nexusone (edited 02-26-2004).]