CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #3
    Join Date
    Jul 2001
    Location
    Netherlands
    Posts
    751
    The advantage of WTL over MFC is that it's much leaner and everything you can do in MFC you can ,with a little more raw api knowledge , do just as easy in WTL. ATL + WTL eliminates the need for MFC. It's easy to switch to WTL from MFC if you just remember that all those MFC calls use almost identical API calls, and use those instead. And besides that a lot of the ATL class definitions are exact copies of the MFC classdefinitions so you can just follow the MFC MSDN on those.
    There's a few good walkthroughs on the codeproject site.
    Last edited by fransn; May 1st, 2004 at 10:47 AM.

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