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.

Deploying app with 2008 C++ runtime

Hi everyone,
I am trying to deploy to the Hololens/Emulator a Visual C++ 2015 Holographic project which references a library that was built using the Visual C++ 2008 runtime. The deploy goes fine but then the App crashes with an error stating 'A dependent dll was not found'. Since I have packaged the required DLLs with the deploy I suspect the problem might have to do with the older version of the referenced DLL runtime. Could anyone please help me determine if this is indeed the problem? P.S. The same library works fine when I use it in the RemoteHost example to stream content to the Hololens from my PC. Thanks, Nas

Best Answers

  • nasradevnasradev
    Answer ✓

    Yes, we ended up rebuilding the libraries for UWP and then including them with the solution. That did the trick.
    Regards, Nas

Answers

  • nasradevnasradev
    Answer ✓

    Yes, we ended up rebuilding the libraries for UWP and then including them with the solution. That did the trick.
    Regards, Nas

Sign In or Register to comment.