is it possible to call a UWP class Library in a win32 console?

Wenfeng WF6 Li 1 Reputation point
2020-06-23T03:21:16.007+00:00

I have encountered a requirement to launch a UWP app in a win32 normal c++ (not c++/clr or c++/winrt) console. So the first thing is that using LaunchUriAsync to luanch my UWP and i find that win32 c++ doesn't support it. So I want to create a UWP dll to call LaunchUriAsync and my win32 console call the uwp dll, but it seems my win32 couldn't get the correct address of API in uwp dll. I have found other ways to realize this feature, but just be curious that it is possible or not to do it this way.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,827 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 32,646 Reputation points Microsoft Vendor
    2020-06-23T03:53:38.013+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Currently, Microsoft Q&A supports the products listed over here: supported topics (more to be added later on).

    Your question about the win32 app calling a UWP dll is more related to win32 development. You could ask about this in General Windows Desktop Development Issues forum.

    Thank you.

    0 comments No comments