chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
829 stars 156 forks source link

Not compatible with recent versions of Npp #21

Closed mohabouz closed 4 years ago

mohabouz commented 4 years ago

it says that it "Cannot load 32-bit plugin." even if it's 64-bit version. and it continues : "HexEditor.dll is not compatible with the current version of Notepad++."

image

chcg commented 4 years ago

@mohabouz 64bit version of N++ needs the 64bit version of the plugin, e.g. https://github.com/chcg/NPP_HexEdit/releases/download/0.9.5.19/HexEditor_0.9.5.19_x64.zip 32bit version of N++ needs the 32bit version of the plugin, e.g. https://github.com/chcg/NPP_HexEdit/releases/download/0.9.5.19/HexEditor_0.9.5.19_x86.zip

The error popup is created by N++ and can't be influenced by the plugin itself. So I think this is not the right project to correct the popup text or state more clearly the actual problem.