Converting VC Project from Visual Studio 2005 to Visual Studio 2003

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vadim

    Converting VC Project from Visual Studio 2005 to Visual Studio 2003

    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
  • Brian Muth

    #2
    Re: Converting VC Project from Visual Studio 2005 to Visual Studio 2003

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

    Brian


    "Vadim" <vadimvi@gmail. comwrote in message news:0e1a7367-af6a-48d9-be9e-fd218a75382b@q3 g2000hsg.google groups.com...
    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

    Comment

    • William DePalo [MVP VC++]

      #3
      Re: Converting VC Project from Visual Studio 2005 to Visual Studio 2003

      "Vadim" <vadimvi@gmail. comwrote in message
      news:0e1a7367-af6a-48d9-be9e-fd218a75382b@q3 g2000hsg.google groups.com...
      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


      Comment

      • Vadim

        #4
        Re: Converting VC Project from Visual Studio 2005 to Visual Studio2003

        On 16 דצמבר, 22:59, "Brian Muth" <bm...@mvps.org wrote:
        Create a Visual 2003 project and populate the shell project using cut and paste.
        >
        Brian
        >
        >
        >
        "Vadim" <vadi...@gmail. comwrote in messagenews:0e1 a7367-af6a-48d9-be9e-fd218a75382b@q3 g2000hsg.google groups.com...
        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-הסתר טקסט מצוטט-
        >
        -הראה טקסט מצוטט-
        The problem with resourses.....
        How can i conver to VC6?

        Vadim

        Comment

        • Brian Muth

          #5
          Re: Converting VC Project from Visual Studio 2005 to Visual Studio 2003

          >
          I need to converting project that done on Visual Studio 2005 to Visual
          Studio 2003.
          What the best way to do this?
          >
          Vadim Vilkhov-הסתר טקסט מצוטט-
          >
          -הראה טקסט מצוטט-
          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

          Comment

          Working...