Click here to Skip to main content
15,878,871 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
I am familiar with the Win32 API and MFC (mostly Win32 API). I have never tried WTL nor ALT and I've heard that WTL is created using ATL.

For creating a GUI which is the best ? The good-old MFC or the new WTL library ?
Have you ever used WTL, if so what are your experiences ?
If you are going to create a new GUI which one do you choose ?

Cheers !
Posted

1 solution

I think you should start a survey, not ask a question.

A few years ago, I used MFC a couple of times, until I stumbled upon WTL (in 2002 or 2003). I started to use WTL exclusively, and never looked back. In those early days, WTL looked much better (e.g., icons in the menus), and performed much faster.

If you look in the WTL section of CP http://www.codeproject.com/KB/wtl/[^], you'll find a lot of examples.

In the last couple of years, if I have to do a quick UI, I use Winforms. I don't know exactly when or how it happened, but I find development easier, and performance still reasonable (with a dual-core or better machine).

Just my two bits,

Pablo.
 
Share this answer
 
Comments
Codexzy 23-Oct-13 7:15am    
I should learn WTL. Thank you for your response and 5ed :D

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900