Christophe Pichaud on Microsoft Technologies - MVP Developer Technologies 2019-2020
WRL Samples with Visual C++ 2013 for Windows 8.1
Windows Runtime Component using WRL and C++ for Async and Vector Collection
This sample demonstrates how to create a simple Windows Runtime component in C++ using the WRL Library.It also demonstrates how to build async method and methods that return vector collection from STL vector container. It also supports Event handling. The sample is made with Visual C++ 2013.
Download:
C#, C++ (77.0 KB)
Header for WRL and C++ for Vector, Map, UnorderedMap, KeyValuePair containers
This sample demonstrates how to create a simple Windows Runtime component in C++ using the WRL Library. It also demonstrates how to build methods that return vector or map collections from STL vector and map container. The sample is made with Visual C++ 2013.
Download:
C#, C++ (67.2 KB)