On combining static libraries that implement C++/WinRT activatable objects

20 · Raymond Chen · Nov. 18, 2020, 3:21 p.m.
In C++/WinRT 2.0, one of the features is enigmatically documented as Smarter and more efficient module.g.cpp for large projects with multiple libs The module.g.cpp file now also contains two additional composable helpers, named winrt_can_unload_now, and winrt_get_activation_factory. These have been designed for larger projects where a DLL is composed of a number of libs, The post On combining static libraries that implement C++/WinRT activatable objects appeared first on The Old New Thing....