| Main |Visual C++ 2005 Express Edition (EE) Installation >|Site Index |Download |


 

 

 

 

 

Visual C++ - selecting project file for opening
 
  1. The following dialog box will be displayed. From the message, if you need to reopen the project in the Visual C++ 6 later, you must create a backup (copy) of the project. For this activity, just click the Yes To All button that means we will convert to and open Visual C++ 6.0 project (all files) in Visual C++ .Net 2003 IDE.

Visual C++ - prompting user to convert Visual C++ 6.0 to Visual C++ 2003 .Net
 
  1. Here we are. Next we are going to build this program. Firstly we need to save our project in the new environment. Click the FileSave All menu or click the Save All icon in the menu bar.

Visual C++ 2003 .Net IDE

  1. Put the solution name or you can accept the default given name.

Saving new project in Visual C++ 2003
  
  1. Here we accept the default solution name and click the Save button. Next, click the Build menu or click the short cut Build icon in the menu bar.

Building Visual C++ 2003 .net project

 

 

 

 

 

 

 

  1. Notice the Output window for any weird error(s) or warning(s) that normally related to the old version of syntaxes or you need to adjust some of the project properties accordingly. You may also check the BuildLog.htm file for the detail.

 

Visual C++ 2003 .Net building output messages

  
  1. Next we are going to run the program (Start Without DebuggingCtrl + F5).

Start Visual C++ 2003 .Net project without debugging
  
  1. Here is the output! Your Visual C++ 6.0 project already became Visual C++ .Net project.

Visual C++ 2003 .Net hello world program output

 

 

 

| Main |Visual C++ 2005 Express Edition (EE) Installation >|Site Index |Download |