Search found 6 matches

by RobEng
17 Aug 2021, 11:45
Forum: General questions
Topic: remoteAPI.dll with ARM64
Replies: 11
Views: 16677

Re: remoteAPI.dll with ARM64

Thank you for all your help, the linux version didn't work as it produced an .so file, but I was finally successful in compiling the dll for ARM64 on Visual Studio 2019 to work on the HoloLens 2. So if anybody wants to compile the remoteApi for ARM64, they can just follow the following steps: 1. Ope...
by RobEng
12 Aug 2021, 13:00
Forum: General questions
Topic: remoteAPI.dll with ARM64
Replies: 11
Views: 16677

Re: remoteAPI.dll with ARM64

Thank you for the suggestions. When using DO_NOT_USE_SHARED_MEMORY, these errors no longer occur, however I think I've stumbled across a bigger issue. _WIN32 is defined by C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\minwindef.h which seems to be automatically included by the p...
by RobEng
11 Aug 2021, 16:48
Forum: General questions
Topic: remoteAPI.dll with ARM64
Replies: 11
Views: 16677

Re: remoteAPI.dll with ARM64

Thank you for your detailed and quick response. I followed your steps, opened the remoteApiSharedLib-64.vcxproj project, changed the platform to ARM64 and made sure that in the preferences C/C++ the three repositories are added to the additoinal include directories (only common was missing). The con...
by RobEng
10 Aug 2021, 18:35
Forum: General questions
Topic: remoteAPI.dll with ARM64
Replies: 11
Views: 16677

Re: remoteAPI.dll with ARM64

Hello, thank you. I tried compiling the files for ARM64, but unfortunately didn't succeed in doing so. When I build it, it creates the dll without any error messages, however when I deploy it to the HoloLens 2, it still can't be found. Since I've never created a .dll file before, I don't know where ...
by RobEng
30 Jul 2021, 10:27
Forum: General questions
Topic: remoteAPI.dll with ARM64
Replies: 11
Views: 16677

Re: remoteAPI.dll with ARM64

Hello, thank you for your reply. Yes, I'm talking about the legacy remote API. Which files exactly do I need to compile? I found a folder called remoteAPI with the files extApi.c, extApi.h, extApiInternal.h, extApiPlatform.c and extApiPlatform.h, as well as a folder called remoteApiBindings. Many th...
by RobEng
24 Jul 2021, 17:10
Forum: General questions
Topic: remoteAPI.dll with ARM64
Replies: 11
Views: 16677

remoteAPI.dll with ARM64

Hello,

is there a remoteAPI.dll compatible with ARM64 architecture? We want to use the remoteAPI in our current Unity project (for Hololens2, ARM CPU).

Thank you for any help or possible solution you can offer me