A Simple Windows Runtime Component using WRL and C++ with an event/delegate.
Here is the description of the sample I have uploaded to Microsoft code.
The goal of this sample is the basic step to create a WinRT component using WRL. The project template named “WRL Class Library” is no longer available by Microsoft. So to develop an simple Windows Runtime components, you will go directly to C++/CX. With my sample, you can use directly the C++ ISO (you love it) and makes a component.
The URL is : https://code.msdn.microsoft.com/windowsapps/A-Simple-Windows-Runtime-cd0095c9
Leave a Reply