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

Port Hololens app (Direct3D) to Windows Mixed Reality

I have a Direct3D-based HoloLens (created using the HoloLens app template) app which I want to run on the Acer WMR device. However, it is not possible to run the HoloLens app on a PC (Local Machine) without modification. When being deployed, it complains

DEP0700: Registration of the app failed. [0x80073CFD] Das Paket 97a8aed3-de95-4edf-bdc6-963b635a5375_1.0.0.0_x86__32cqb7ngnzmb6 kann von Windows nicht installiert werden, da es nicht mit dem Gerät kompatibel ist. Das Paket kann nur auf folgenden Gerätefamilien installiert werden: Windows.Holographic

I have also created a "DirectX 11 app (Universal Windows)". This app can be deployed and opened in the WMR headset, but it appears in a window, i.e. it is not immersive. How is an immersive WMR app created? And what is the easiest way to port an existing HoloLens app (the vcxproj shows basically no significant difference except for the "DirectXApp" line.

Sign In or Register to comment.