Convewrting VS 2005 to 2003 (c++)

Hi,

How can I convert a vs c++ 2005 project to 2003. It is a ISO c++ project so there theoretically should be no problem.

Are there some tools for it Or maybe some twaeks for the solution files



Answer this question

Convewrting VS 2005 to 2003 (c++)

  • Felix Liu

    Just open the project file in a texteditor. Change the version number back to 7.1. Worked for me.

  • J Mac M

    Re: "I don't know..."
    Sure, i know :) But because I have 50+ files in about 10 directories It would take some time. I was asking about an easier way to do it.

  • Luke P

    I don't know of any tools, but you should be able to create a new 2003 project and add all your files to it.



  • Convewrting VS 2005 to 2003 (c++)