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

Debug HoloLens app...

Hi,

I'm porting an actual C++ application to HoloLens. I started from a "hello world" application (Generated by the VS template), then I linked all the libraries !

Since this, I got an error message at startup : "The app didn't start"

It is a debug app and I've put a breakpoint in the "main" but it seems to crash before !

Do you have any idea to debug such issue ?

Thanks

Answers

  • Options

    I also got this message inside VS 2017:

    The program '[4384] Demo_HoloLens.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.

  • Options

    Was this issue resolved? How?
    I put my DLL and the dependencies (vc14 runtime) to the project, changed Content to true in Properties, and still no go.
    Is there a way to find out what dependencies are missing?
    Thanks

Sign In or Register to comment.