Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
3,028 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have a runtime component which I'm trying to call from a legacy Win32 app (Not my ideal scenario but I'm being forced to provide an exe without any packaging complications).
It's simple to add a reference to the UWP runtime component to my application project - right click references, add reference, check <my component> but after that I can't seem to find the library. I can see windows winrt stuff, but I can't see my own classes or project namespace.
What do I do to use my runtime component?