CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Sep 2012
    Posts
    25

    Re: Migrating VC++ 6.0 to a newer Visual Studio

    Quote Originally Posted by cilu View Post
    I read the article and I'm not going to move to TFS. Since I'm the only one that works on my projects VSS works just fine.

    Mike

  2. #17
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Migrating VC++ 6.0 to a newer Visual Studio

    If I were you I would run VC6 in a virtual machine while converting project after project as the need or time to do it arises. If you have a non-english keyboard you probably don't want Virtual PC though. The last time I tried it MS had allocated the right Alt button for something thus making it impossible to type {}, [], ~ or \ when having a swedish keyboard...
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

Page 2 of 2 FirstFirst 12

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