nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

How to setup supported np++ version? #28

Closed LITTOMA closed 7 years ago

LITTOMA commented 7 years ago

The release 64 bit dll is work on np++ 7.3.3, however, it doesn't work if I build from source. It comes up with a message that MarkdownViewerPlusPlus.dll is not compatible with the current version of Notepad++.

LITTOMA commented 7 years ago

Something wrong with the UnmanagedExports. Some function symbols don't export. Even the exported function, like isUnicode(), goes wrong at plugin loading. How do you export the symbols? You are using the same project on Github, right?

nea commented 7 years ago

Hi @LITTOMA

What build settings do you use? Any CPU does not work. You have to use x86 or x64. Also, only "Debug" works for the moment.

Also check that all paths are correct in

The setup is not ideal but I am using exactly what is checked in here at GitHub.

Also, has everything worked out with NuGet refresh? All packages are available?

Best

LITTOMA commented 7 years ago

Hi, @nea

Thanks for your answer. I change my system language to English, then everything is OK.


Hey, your avatar is a Mii, you play nintendo games?

nea commented 7 years ago

Hey

Oh.. ok. Good to know. Will have to check why. Thanks for the feedback.

Mii yeah, but my old one. Don't play any anymore... maybe the Switch will convince me in the future ^^

Cheers