microsoft / Windows.UI.Composition-Win32-Samples

Windows.UI.Composition Win32 Samples
MIT License
459 stars 186 forks source link

Update C++ samples to use Visual Studio 2022, Platform Toolset v143, and the latest C++/WinRT #109

Closed robmikh closed 1 year ago

robmikh commented 2 years ago

This change updates all C++ samples to build properly using the latest build tools (VS 2022, and v143 of the platform toolset) as well as the latest version of C++/WinRT. Specifically:

There is also a bonus change to the VisualLayerIntegration sample to prevent dereferencing null.