CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2003
    Posts
    53

    Migrating from 6.0 to .NET???

    Has anyone else considered migrating to .NET?

    I have a current thread on the .NET forum asking for help resolving CString problems. It's looking like I'll have to do a fair amount of work to port my existing code to .NET.

    I've searched the web for guidelines on migrating from anyone who has gone through the experience, but there is precious little out there. In fact I get the impression that the vast majority are avoiding migration altogether, possibly because of the same kind of problems I am facing.

    So... any comments anyone?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Migrating from 6.0 to .NET???

    What problems are you seeing?

    Arjay

  3. #3
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Migrating from 6.0 to .NET???

    Quote Originally Posted by Arjay
    What problems are you seeing?
    Please take the time and look for the problem in the Visual C++ .NET forum to avoid duplicating the discussion of the same problem...thank you very much.

  4. #4
    Join Date
    Jun 2003
    Posts
    53

    Re: Migrating from 6.0 to .NET???

    Thanks for taking the time to reply guys.

    Arjay -

    My problems are with CStrings, for details see my thread on the "Visual C++ .NET" forum, http://www.codeguru.com/forum/showthread.php?t=322392

    Andreas -

    I have spent HOURS looking through the .NET forum looking for solutions to the CString problems I am facing. I could not find any threads that satisfactorily solved the problem. I found a few threads in the general area, but many of them were left "hanging" with no solution. I get the impression that some people have given up on .NET and stayed with v6.0.

    That is the main reason I created my own new thread on the .NET forum (see above).

    I then noticed the vast difference between the number of people participating in the two forums, with this forum having more than 100 times more posts than the .NET forum.

    So, I thought I'd try to find out if anyone else on THIS forum has experienced the same problems with CStrings in migrating to .NET, i.e. tried to migrate then gave up because they could not find a satisfactory solution.

    Anyway, what is the best forum to post a question about migrating FROM v6 to .NET if not here? The .NET forum is "specifically for Visual C++ .NET discussions."

  5. #5
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Migrating from 6.0 to .NET???

    The forum here is okay with the current question....I simply do not want the discussion of your specific problem happen here to avoid duplication.

    Discussing general pitfalls etc. however, is fine in this thread...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured