sabrogden / Ditto

Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
https://ditto-cp.sourceforge.io/
3.31k stars 186 forks source link

Can Windows arm64 be supported #654

Open AlexanderDash opened 3 months ago

AlexanderDash commented 3 months ago

I have a Windows tablet with a Snapdragon 8cx gen3 CPU. As the title suggests, thank you

tg2k commented 2 weeks ago

It should be possible to adjust x64 checks since ARM64 is compatible with x64 through emulation, but it looks like genuine ARM64 work was done in https://github.com/sabrogden/Ditto/issues/362 and https://github.com/sabrogden/Ditto/pull/376 . Not sure if @jglathe or @sabrogden know more about what else is needed to release an ARM64 install?

jglathe commented 2 weeks ago

Hi, I'm using it on arm64 for a long time now. Repo is here, I also have made a release package. I could make an updated one if required, but no (new) problems arised.

jglathe commented 2 weeks ago

https://github.com/jglathe/Ditto/releases/tag/3.24.246.1

tg2k commented 1 day ago

https://github.com/jglathe/Ditto/releases/tag/3.24.246.1

I checked this out shortly after you posted it, and was surprised to find that your build is larger than the prior x64 build. 6213KB vs 5337KB. Generally I hear that ARM64 results in smaller binaries. Do you have any idea why?

jglathe commented 1 day ago

Actually no idea. Never checked. I have some more commits in it, but I left out the new sqlite version (that one gave lots of compile errors). Working flawlessly here, though.