Instructions for Creating a Visual C++  4.0 Graphics Application

1)  In the order indicated choose:
File => New => Project Workspace => OK => Application ("flying windows" icon).

Enter the information requested in the dialogue box:

  • For Name: GraphicsProj (or whatever you want to call it).
  • For Platforms: Win32 should be selected.
  • For Location: Select a directory in which you want your project to be created (e.g., H:\).
  • Click on Create.
    Continue with steps 2 through 8 on the Instructions for Creating a Visual C++ Console Application.