SQLite User Forum

win-arm64 support
Login

win-arm64 support

(1) By anonymous on 2022-08-23 23:31:56 [source]

with .net 4.8.1 released, which supports windows on arm and the surface pro x, we've been trying to build our application to target x64 and arm64 processors.

since System.Data.Sqlite only includes interop dlls for x86/x64, I tried pulling down the source to build an arm64 version of sqlite.interop

Everything compiled, when trying to use SEE with PRAGMA activate_extensions='see-7bb07b8d471d642e', I get "unable to find entry point" and then some sort of encoded c++ entry point.

I found in this post that

The precompiled managed assemblies within the official NuGet packages are only intended to be used with the interop assemblies also from those NuGet packages

and when doing a dumpbin, its obvious that the nuget package for sqlite.interop has some sort of encoding that my version doesn't

is win-arm64 support going to be coming? is this just something that isn't ever going to be supported, or is there some workaround to this problem?

(2) By anonymous on 2023-03-11 17:18:42 in reply to 1 [link] [source]

Any plan to native support Windows On ARM?

(3) By anonymous on 2023-10-11 19:06:33 in reply to 1 [link] [source]

Hello,

We are looking at Windows on ARM support for SQLite. Could you help post the binaries for this platform?

(4) By anonymous on 2023-10-31 13:23:02 in reply to 3 [link] [source]

Hello SQLite team,

Could you help post the binaries for Windows on Arm?

Thanks in advance.

(5) By baramuse on 2023-11-03 09:51:46 in reply to 1 [link] [source]

+++1 !

(6) By lina (iyerlina) on 2024-02-07 08:17:01 in reply to 5 [link] [source]

Hello,

Please add ARM64 support in the main webpage. It will help us greatly to point the download page from our Linaro website.

Thanks, Lina

(7) By anonymous on 2024-03-23 07:20:12 in reply to 6 [link] [source]

Hello.

Can you please point from where to download the ARM64 compatible package ?

Thanks.

(8) By anonymous on 2024-03-25 08:44:29 in reply to 7 [link] [source]

We are also looking for native ARM64 for Windows on ARM for Windows 11 running on Surface Pro.