Converting VC Project from Visual Studio 2005 to Visual Studio 2003

  • Thread starter Thread starter Vadim
  • Start date Start date
V

Vadim

Hello,

I need to converting project that done on Visual Studio 2005 to Visual
Studio 2003.
What the best way to do this?

Vadim Vilkhov
 
Create a Visual 2003 project and populate the shell project using cut and paste.

Brian
 
Vadim said:
I need to converting project that done on Visual Studio 2005 to Visual
Studio 2003.
What the best way to do this?

In addition to Brian's comments, and if you are doing managed development,
realize that VS2005 targets v2.0 of the framework while VS2003 targets 1.1.
If the project in question uses classes introduced with v2.0 then you are
out of luck.

Regards,
Will
 
Create a Visual 2003 project and populate the shell project using cut and paste.

Brian







-הר××” טקסט מצוטט-

The problem with resourses.....
How can i conver to VC6?

Vadim
 
-הר××” טקסט מצוטט-

The problem with resourses.....
How can i conver to VC6?


I'm confused. You want to convert the project from VS 2005 to VS 2003 but the resource file should be VC 6?

In any case, I would try to explicitly use the rc compiler that comes with VS2003 (or VS 6) to compile the rc file directly. If that
fails, you will need to read the error messages and debug them one by one.

HTH

Brian
 
Back
Top