|
|
|
|
|
by qcnguy
319 days ago
|
|
Yeah but I think when it was introduced it wasn't a thing you could use separate from the rest of UWP. What changed in Win10 was you could use WinRT APIs from regular Win32 apps too. They started breaking UWP up into independent pieces. Or not. I haven't thought about this stuff for years. Definitely possible I forgot the ordering of things. |
|
C++/CLI and C++/CX are semi-managed, you only need to use the extensions when interacting with WinRT, although you're free to write your entire app in that dialect.