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

Hololens or WSA(UWP) use standalone DLL

Hi

I am developing the Hololens app.

There are several DLLs that work in the editor, and I have made the platform available to editors and WSA.

However, Hololens builds DLLNotFoundException as shown below.

       Loading IndyRP_DLL.dll
     Failed to load 'IndyRP_DLL.dll', expected x86 architecture, but was Unknown architecture. You must recompile your plugin for x86 architecture.

     (Filename: C:\buildslave\unity\build\Runtime/Misc/Plugins.cpp Line: 140)    

and

 DllNotFoundException: Unable to load DLL 'IndyRP_DLL': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
    at IndyRP_DLL_UWP.Foo.Dll_JointCount()
    at DllManager.Init()
    at DllManager.$Invoke11(Int64 instance, Int64* args)
    at UnityEngine.Internal.$MethodUtility.InvokeMethod(Int64 instance, Int64* args, IntPtr method) 
 (Filename: <Unknown> Line: 0)
IndyRP_DLL_UWP is a wrapper dll for WSA (C ++ >> C #). IndyRP_DLL_UWP (C #) uses IndyRP_DLL (C ++) as the DLLImport function.

Both IndyRP and the other DLLs used the x86 architecture.

Is it impossible to use Standalone DLL in WSA?

What can I do?

Answers

  • Options
    SicSic
    edited July 2017

    I made a mistake specifying the source code view

    IndyRP_DLL_UWP is a wrapper dll for WSA (C ++ >> C #). IndyRP_DLL_UWP (C #) uses IndyRP_DLL (C ++) as the DLLImport function.

  • Options

    Hey Sic,

    I'm having a very similar problem. Have you found a solution for this?

    Thanks!

Sign In or Register to comment.