-
-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM64 #1000
Comments
Thanks @be5invis |
@d2phap Not sure whether WinForms have plans to backport A64 support to .NET 5. WPF will do that: dotnet/wpf#1817. |
I build ImageGlass v9 on windows arm64 successfully, how about provide arm64 version of ImageGlass? @d2phap |
You can try the ARM64 release of ImageGlass 9.0 RC now, it's built against .NET8. Note that, I don't have ARM device to test. |
Can you help to verify if these 2 builds work for you? |
Is your feature request related to a problem? Please describe.
The current ImageGlass only targets X86 and X64, lacking ARM64 support. As .NET6 adding ARM64 support for WinForm, it is possible to support ARM64 platform as well.
Describe the solution you'd like
Describe alternatives you've considered
Current ARM64 Windows support running x86 application through emulation, but the performance will be greatly reduced due to emulating a JIT language.
The text was updated successfully, but these errors were encountered: