Visual Studio 2019,
Notepad++ 7.9.5 source code
NotepadPlusPlusPluginPack.Net, current version
after compile Notepad++ 7.9.5, it works with plugin [markdownviwerplusplus] bin file which is download from Github.
after compile [markdonwviewerplusplus], it does not work with Notepoad++ 7.9.5. reports plugin dll not compatible.
after compile [NotepadPlusPlusPluginPack.Net], it does not work with Notepad++ 7.9.5, reports plugin dll not compatible.
check into plugin dll with a dllexport application, only find export functions [isUnicode] and [getFuncsArray]; no other export functions.
check into [markdownviewerplusplus.dll] which downloaded from github, all export functions are listed.
Please help me, advise me of any extra setup for Visual Studio 2019 needed to correct the issue.
the issue was solved by installing the English version of Visual Studio 2019. Apparently, there is a compatible issue for Visual Studio 2019 between different language versions.
Visual Studio 2019, Notepad++ 7.9.5 source code NotepadPlusPlusPluginPack.Net, current version
after compile Notepad++ 7.9.5, it works with plugin [markdownviwerplusplus] bin file which is download from Github. after compile [markdonwviewerplusplus], it does not work with Notepoad++ 7.9.5. reports plugin dll not compatible. after compile [NotepadPlusPlusPluginPack.Net], it does not work with Notepad++ 7.9.5, reports plugin dll not compatible.
check into plugin dll with a dllexport application, only find export functions [isUnicode] and [getFuncsArray]; no other export functions.
check into [markdownviewerplusplus.dll] which downloaded from github, all export functions are listed.
Please help me, advise me of any extra setup for Visual Studio 2019 needed to correct the issue.
thanks,