Creating a new OpenGL program in MS Visual Studio 6
First create a new workspace
File>New
Projects>Win32 Console Application
Enter “Project Name”
Create “An empty project”, Finish
Next, create a new C source file
Project>Add To Project>New…
Projects>Select “C++ Source File”
Enter a filename
Enter your code into the new C source file (make sure to save often and backup your work!):
Compile and run your code:
Return to
main
page.