monoblaine / MarkdownViewerPlusPlus

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

64-bit version #1

Closed mahfiaz closed 1 year ago

mahfiaz commented 1 year ago

Would it be possible to compile and upload a 64-bit version as well? Right now the readme is slightly overpromising in this regard.

monoblaine commented 1 year ago

Hey @mahfiaz I've updated the release assets:

https://github.com/monoblaine/MarkdownViewerPlusPlus/releases/tag/v0.9.0

Could you please try the x64 version of the dll and let me know if it works? To be honest, I've not tried that myself. I'm still using the x86 version.

mahfiaz commented 1 year ago

It works well. Thanks a lot :)

asmwarrior commented 6 months ago

Hi, I just extract the x64 version of the dll, and I copy this dll to replace the old 0.8.x version of my Notepad++ 64bit, but when I start the Notepad++, it shows that:

---------------------------
c:\Program Files\Notepad++\plugins\MarkdownViewerPlusPlus\MarkdownViewerPlusPlus.dll
---------------------------
Failed to load

MarkdownViewerPlusPlus.dll is not compatible with the current version of Notepad++.

Do you want to remove this plugin from the plugins directory to prevent this message from the next launch?
---------------------------
Yes(Y)   No(N)   
---------------------------

Any ideas?

Thanks.

I'm using the latest Notepad++ 64bit of version 8.4.6 under Windows 7 64bit. Maybe you plugin is not compatable with Windows 7.

monoblaine commented 6 months ago

Hi @asmwarrior, the plugin needs the legacy Edge installed (not the Chromium one). Might that be the reason in your case, by any chance?

asmwarrior commented 6 months ago

Hi @asmwarrior, the plugin needs the legacy Edge installed (not the Chromium one). Might that be the reason in your case, by any chance?

Oh, I really don't know how to install a legacy Edge. If the browser is too big(many be it is bigger than 200M bytes) to install, I think I won't do that. Thanks.

monoblaine commented 6 months ago

According to this page:

No, Microsoft Edge Legacy was not available for Windows 7 or Windows 8.X. This will only impact the Windows 10 versions listed previously.

It appears that the legacy Edge was never introduced in Windows 7 anyway. So installing it was never an option, sorry about that.