SDK with ARM version problem

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Xray
Posts: 5
Joined: Thu May 25, 2023 2:40 pm

SDK with ARM version problem

Post by Xray »

Is there different between x64 and ARM, the ARM version with SDK not functional. Here is the detail:
https://github.com/lin-ycv/EverythingPo ... /issues/45
NotNull
Posts: 5298
Joined: Wed May 24, 2017 9:22 pm

Re: SDK with ARM version problem

Post by NotNull »

Did you try the unofficial SDK for ARM?

( reference found here )
Xray
Posts: 5
Joined: Thu May 25, 2023 2:40 pm

Re: SDK with ARM version problem

Post by Xray »

Yes, I tried.
void
Developer
Posts: 15524
Joined: Fri Oct 16, 2009 11:31 pm

Re: SDK with ARM version problem

Post by void »

I have recompiled the SDK dll as ARM64 with VS2019:

Everything.ARM-SDK-update1.zip

Please let me know if this doesn't work.
(I don't have any ARM64 hardware to test this on).
Xray
Posts: 5
Joined: Thu May 25, 2023 2:40 pm

Re: SDK with ARM version problem

Post by Xray »

I think it works, I will test it couple of days. Thank you very much.
Xray
Posts: 5
Joined: Thu May 25, 2023 2:40 pm

Re: SDK with ARM version problem

Post by Xray »

After several days of testing, this version is stable. But I'm very curious why ARM version is bigger than x64?
void wrote: Fri May 26, 2023 8:39 am I have recompiled the SDK dll as ARM64 with VS2019:

Everything.ARM-SDK-update1.zip

Please let me know if this doesn't work.
(I don't have any ARM64 hardware to test this on).
void
Developer
Posts: 15524
Joined: Fri Oct 16, 2009 11:31 pm

Re: SDK with ARM version problem

Post by void »

I was building the SDK with static runtime libraries.

Please try Everything.ARM-SDK-update2.zip

This update builds with DLL runtime libraries.
I've also included source code and visual studio project files if you want to compile yourself.
Xray
Posts: 5
Joined: Thu May 25, 2023 2:40 pm

Re: SDK with ARM version problem

Post by Xray »

Thanks!
void wrote: Mon Jun 05, 2023 4:06 am I was building the SDK with static runtime libraries.

Please try Everything.ARM-SDK-update2.zip

This update builds with DLL runtime libraries.
I've also included source code and visual studio project files if you want to compile yourself.
Post Reply