vote up 2 vote down star
1

Is it worth studying COM MFC ATL WTL now?

flag

7 Answers

vote up 0 vote down

COM is totally worth it. The rest, not so much.

link|flag
vote up 2 vote down

The concepts of COM are really worth understanding. Especially the concept of interfaces, object creation strategies, proxies and Apartments.

link|flag
vote up 3 vote down

Potentially yes for COM and ATL, if you're planning to program for Windows 7. All the new platform APIs coming out are COM-based: Direct 2d, Ribbon, Animation, Location & Sensors, Libraries, etc...

There will likely be .NET wrappers for some of these, but managed code is no longer the focus for the Windows team, at least for now and the near future.

link|flag
vote up 2 vote down

Yes, you might get a job at Microsoft in their second most profitable business, Office, which is still based on COM. There are worse fates than that.

link|flag
vote up 7 vote down

Everything is worth studying:

Those who forget history are doomed to repeat it

You must understand the past to understand the present

Should you spend a majority of your time on it? Only if you expect that you will have to work with it. Otherwise, focus on the future.

link|flag
vote up 1 vote down

Only if you have to interface with some COM objects OR if you have to maintain some old COM/ATL code.

Same goes for MFC/WTL. Better and quicker UIs can be developed with latest .NET tools such as WPF and Winforms.

link|flag
There are plenty of non-legacy COM objects that continue to be released in the worlds of Windows and Office. – Drew Hoskins Jul 2 at 4:53
Yes, you are right... I should remove the word 'legacy' – Aamir Jul 2 at 4:59
vote up 1 vote down

Not really. If you want to make a COM object now, you could just use C++/.NET instead. If you want a UI, WinForms or WPF work fine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.