jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
964 stars 242 forks source link

ARM64 native support #537

Closed bastio84 closed 9 months ago

bastio84 commented 9 months ago

Added ARM64 native binary, allowing usage of Windows Forms designer also in ARM machines using Visual Studio 2022. Native binary obtained by compiling Scintilla V4.2.3 for ARM64.

Usage of Window Forms designer under Visual Studio 2022 was impossible on ARM machines, because Visual Studio 2022 on ARM machines is effectively an ARM64 process. With this modification it is possible to use it and to run .NET executables compiled against "AnyCPU".

bastio84 commented 9 months ago

Closed because code had a bug. Will fix in future.