kbilsted / NotepadPlusPlusPluginPack.Net

.Net package to install into visual studio to make plugins for Notepad++
Apache License 2.0
165 stars 52 forks source link

demo.dll does not work with Notepad++ 7.9.5 #79

Closed danwca closed 3 years ago

danwca commented 3 years ago

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.

210613215956 210613220134 210616015012 210616015311

thanks,

danwca commented 3 years ago

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.

The ticket can be closed.

Thanks,