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
SDK with ARM version problem
Re: SDK with ARM version problem
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).
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).
Re: SDK with ARM version problem
I think it works, I will test it couple of days. Thank you very much.
Re: SDK with ARM version problem
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).
Re: SDK with ARM version problem
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.
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.
Re: SDK with ARM version problem
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.