fuadmefleh / holorabbit

This library is a thin C wrapper around RabbitMQ meant to provide simple functions that can be accessed via a C# DLLImport command in Unity.
0 stars 1 forks source link

DllNotFoundException #4

Open RafaelnsMiranda opened 3 years ago

RafaelnsMiranda commented 3 years ago

I have compiled all to x32 imported the dll to the Plugins folder in Unity, but after follow all the steps I continue to get this error

abdullahaligun commented 3 years ago

@RafaelnsMiranda did you find a solution ?

abdullahaligun commented 3 years ago

I find solution for Hololens2 (ARM64 Device). I've been dealing with this problem for a few days as well. According to my research results, Hololens (1st gen) has a processor with x86 architecture, but hololens2 has a processor with ARM64 architecture.