Vista, Visual C++ and OpenGL

If you want to write an OpenGL application, you'll need to download the necessary libraries and header files. Then you'll want to have a look at some OpenGL tutorials to get an idea of how it works. If you dont have much experience with programming for windows then they should take you through the basics of window creation and initialising a basic OpenGL application, building up to more complex tasks.

If you want more help I'd make your post over here instead:

http://forums.overclockers.co.uk/forumdisplay.php?f=41
 
VC++ has all you need to do OpenGL. You may need the ms platform sdk but that's a win32 thing. Best place to start is NeHe tuts as you can get working source code to play with.
 
Back
Top Bottom