Remix.run Logo
madduci 8 hours ago

MFC is rock solid too

adzm 7 hours ago | parent [-]

WTL and ATL also, especially if you need to do com stuff

pjmlp 4 hours ago | parent [-]

You will need it, because since Windows Vista, most new APIs are COM based, as they redid Longhorn ideas in C++ instead of .NET, and WinRT also builds upon it.

Classical Win32 C API surface, with some exceptions, is mostly stuck in Windows XP view of the world.