add new plugin NppChineseConverter v1.0.2#1033
add new plugin NppChineseConverter v1.0.2#1033chcg merged 4 commits intonotepad-plus-plus:masterfrom
Conversation
|
@lkk9898969 You might want to check if you could also create a ARM64 variant. |
maybe. But I cannot test it because I don't have any ARM64 machine. Maybe it will compile but won't work properly or something? I know nothing about ARM64 though. |
It should be fine as long as the plugin doesn't need compiler intrinsics, high precision floating point math, or variable argument lists: Common Microsoft C++ ARM migration issues The ARM user base is a very small minority; the stability of Notepad++ itself on that platform is probably not 100% anyway. |
|
Well, I tried that, but it seems like OpenCC doesn't support ARM64 arch? I tried modifying CMakeLists.txt to solve it. But this is my first time to cross-compile. May you please help to check if my dll is compiled correctly? If this is OK than I will upload it to the Release page. |
Hello. I wrote the plugin for Traditional and Simplified conversion. I tested locally and didn't get any error messages.