|
1. Create a new project
File->New->Projects
Choose Win32 console app if it's a DOS style app, or MFCAppWizard/Win32App if it's a proper Windows app.
On the next page select empty project.
Hit Finish/OK
2. On the Project menu select
Project->Add to project->Files
for all your source files.
Press F7, or Build->Build [Project] to compile and link.
Ctrl+F5 to execute when you're done.
Robert
|