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

    Differences of MFC

    If i wanted to develop an MFC application, what is the differences for using VS6 and VS.net to develop that application?? Will there be great difference in coding style and class usage?

    Thanks
    0 error(s), 0 warning(s)

  2. #2
    Join Date
    Nov 2002
    Location
    Devon, UK
    Posts
    212
    Really, not a lot. A few methods, classes, etc. are deprecated - take a look at MSDN to find out what. Generally, most things developed usnig VC6 MFC will work with VS.NET.

    Toot
    Some cause happiness wherever they go; others, whenever they go.

  3. #3
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    Originally posted by Toot
    Really, not a lot.
    Well...Visual Studio .NET contains a completely new re-designed MFC library which is incompatible with the old version. Major changes are for example a more template-based design of the classes...

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