Converting VC Project from Visual Studio 2005 to Visual Studio 2003

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
 
B

Brian Muth

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

Brian
 
W

William DePalo [MVP VC++]

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
 
V

Vadim

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
 
B

Brian Muth

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top