Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

how to judge whether a native dll can be used in uwp or hololens apps?

I want to use a native dll in hololens app,but seems failed.
I found the following link about this topic:

Dlls for Universal Windows Platform (UWP) apps

https://msdn.microsoft.com/en-us/library/windows/desktop/mt186422(v=vs.85).aspx?f=255&MSPPError=-2147217396

API Sets for Universal Windows Platform (UWP) apps

https://msdn.microsoft.com/en-us/library/windows/desktop/mt186422(v=vs.85).aspx?f=255&MSPPError=-2147217396

And I analyze the PlaneFinding.dll in academy 230 turtorial thorough dependcy walker.
like this

but some dll I still can't find in two link above.
Of coursr,planefinding.dll run perfect in hololens app.

so,anyone can tell me how to judge whether a native dll can be used in uwp or hololens apps?

Answers

  • Options
    You can try adding a reference to it in visual studio. VS will usually throw an error telling you it's not compatible or you'll see an error icon on the dll in the references.

    http://www.redsprocketstudio.com/
    Developer | Check out my new project blog

  • Options

    @AmerAmer said:
    You can try adding a reference to it in visual studio. VS will usually throw an error telling you it's not compatible or you'll see an error icon on the dll in the references.

    but native dll can not be added as a reference ,only .net dll can.

Sign In or Register to comment.