Migrate to .NET

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

    #1

    Migrate to .NET

    Hello!

    We have an MFC application written in VS6.0.

    The application is badly written and designed so we assume to rewrite the
    whole application using .NET.
    We have a .NET Visual Studio 2003.
    We will keep using C++.
    Now to my question does it matter if we use the old VS2003 which we have or
    use the new VS2005 when we will rewrite everything from scratch.

    For example is it easier to use VS2005?

    //Tony


  • pvdg42

    #2
    Re: Migrate to .NET


    "Tony Johansson" <johansson.ande rsson@telia.com > wrote in message
    news:2avbf.1500 51$dP1.508068@n ewsc.telia.net. ..[color=blue]
    > Hello!
    >
    > We have an MFC application written in VS6.0.
    >
    > The application is badly written and designed so we assume to rewrite the
    > whole application using .NET.
    > We have a .NET Visual Studio 2003.
    > We will keep using C++.
    > Now to my question does it matter if we use the old VS2003 which we have
    > or use the new VS2005 when we will rewrite everything from scratch.
    >
    > For example is it easier to use VS2005?
    >
    > //Tony
    >[/color]
    Assuming that by "...to rewrite the whole application using .NET" you mean
    that you intend to use .NET Framework classes instead of MFC, I'd recommend
    Visual Studio 2005, as a lot of work has been done to enhance the way
    managed C++ works with the Framework. Either way, you're going to encounter
    a learning curve, so you should take advantage of the new features.
    Just my opinion.

    --
    Peter [MVP Visual Developer]
    Jack of all trades, master of none.


    Comment

    • Peter Oliphant

      #3
      Re: Migrate to .NET

      Note that when it comes to converting your code, 2003 and 2005 are NOT the
      same. 2003 and 2005 are somewhat incompatible with each other. Hence you
      need to decide which one you want to convert to and stick to it.

      That being said, it looks like converting 2003 code to 2005 code won't be
      too difficult, but I haven't done it yet (still waiting for 2005 to arrive
      as part of my company's MSDN subscription). See here for how to do it:

      http://msdn2.microsoft.com/en-us/library/b23b94s7.aspx

      [==P==]

      "Tony Johansson" <johansson.ande rsson@telia.com > wrote in message
      news:2avbf.1500 51$dP1.508068@n ewsc.telia.net. ..[color=blue]
      > Hello!
      >
      > We have an MFC application written in VS6.0.
      >
      > The application is badly written and designed so we assume to rewrite the
      > whole application using .NET.
      > We have a .NET Visual Studio 2003.
      > We will keep using C++.
      > Now to my question does it matter if we use the old VS2003 which we have
      > or use the new VS2005 when we will rewrite everything from scratch.
      >
      > For example is it easier to use VS2005?
      >
      > //Tony
      >[/color]


      Comment

      • Tom Serface

        #4
        Re: Migrate to .NET

        Hi Peter,

        You can download and try it now while waiting for the disc version:

        http://msdn.microsoft.com/vstudio/products/trial/

        Tom

        "Peter Oliphant" <poliphant@Roun dTripInc.com> wrote in message
        news:uOu7s9k5FH A.884@TK2MSFTNG P14.phx.gbl...[color=blue]
        > Note that when it comes to converting your code, 2003 and 2005 are NOT
        > the same. 2003 and 2005 are somewhat incompatible with each other. Hence
        > you need to decide which one you want to convert to and stick to it.
        >
        > That being said, it looks like converting 2003 code to 2005 code won't be
        > too difficult, but I haven't done it yet (still waiting for 2005 to arrive
        > as part of my company's MSDN subscription). See here for how to do it:
        >[/color]


        Comment

        Working...