View Single Post
Old 05-31-2003, 03:49 PM  
rnicey
Registered User
 
Join Date: Sep 2002
Location: Hollywood, FL
Posts: 37
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
rnicey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote