You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are talking about another project; ia64 (Itanium) died a long time ago and never supported officially by the .NET DllExport aka 3F/DllExport
Regarding ARM64,
Although x86 works on ARM64 (Windows 10) and +x64 (Windows 11) through Prism
Windows 11 on Arm supports emulation of both x86 and x64 apps and performance has been enhanced with the introduction of the new emulator Prism in Windows 11 24H2. Windows 10 on Arm also supports emulation, but only for x86 apps.
I may still consider adding a separate option to support in future releases if there is demand for it.
Thanks for the suggestion!
Sorry, I mentioned another project due to a personal misunderstanding.
For ARM64, if I want to execute an ARM64 apps on ARM, and the library it references uses [DllExport], then the execution will fail in this case.
But as long as I execute x64 apps on Windows 11 on Arm, there is no problem.
Thank you!
Hopefully this tool will support building ARM64 in the future.
Hello,
Thank you for providing such a convenient tool!
According to the readme on nuget, the tool can be built for x86, x64, or ia64 now.
I wonder if there are plans to support ARM64 builds in the future?
The text was updated successfully, but these errors were encountered: