I have uploaded a Windows C++ sample to illustrate how to develop WinRT components using WRL and standard ISO C++. It demonstrates how to create async method and the usage to return a vector of string and a vector of int using a template based vector container implemented using std::vector.
http://code.msdn.microsoft.com/windowsapps/Windows-Runtime-Component-4dc6fa20
Leave a Reply