NHunspell and ARM64 #326
Replies: 3 comments 6 replies
-
Yes, I'm definitely interested. The one thing holding it back from adding ARM64 support is the x86 native code so getting rid of that would be great. |
Beta Was this translation helpful? Give feedback.
-
Moved this over to a Pull Request. In addition, to test building the documentation I updated the SHFB vsixmanifest to support ARM64. Building the entire project on ARM64 devices is a bit difficult (WiXv3 lacks support) however the plugin works as intended. Once (or if) the VSSpellChecker changes are merged, I can create a PR on that repository also. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the changes, they've been merged. Regarding SHFB, I only build on x86 so Wix shouldn't be an issue. The standalone GUI uses NHunSpell too so I need to replace it in that as well. I can handle that if you like. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following up on the discussion about ARM64 support (#270): another potential solution could be to replace NHunspell with WeCantSpell.Hunspell: an actively maintained C# Hunspell implementation.
In addition to having an API that is quite similar to NHunspell, it would also eliminate the NativePath workaround. If this approach seems appealing, I have a branch for testing that includes the minimal set of changes required to update libraries.
Would love to hear your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions