Cannot run NppPlugindemo in Npp8.5.4 X64
-
my Npp ver8.5.4 X64, i download and build plugin demo from https://github.com/npp-plugins/plugindemo, build with vs2022 community and copy NppPluginDemo.dll to Npp install folder\plugins, and restart Npp, find couldn’t find the demo in menu plugin.
-
To be found, the plugin must be located in a folder with the same name as the plugin name. For example
...\plugins\MyPlugin\MyPlugin.dll
.If this does not work for you, please let us know your debug information, which you can find in the
?
menu, as well as the full path where your plugin is located. -
@Ekopalypse
Notepad++ v8.5.4 (64-bit)
Build time : Jun 17 2023 - 20:42:45
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 22H2
OS Build : 19045.3208
Current ANSI codepage : 1252
Plugins :
ComparePlugin (2.0.2)
ComparePlus (1.1)
Explorer (1.9.9)
mimeTools (2.9)
NewFileBrowser (0.1.5)
NppConverter (4.5)
NppExport (0.4)demo plugin has been uploaded to C:\Program Files\Notepad++\plugins\Demo\NppPluginDemo.dll
-
@909369409 said in Cannot run NppPlugindemo in Npp8.5.4 X64:
C:\Program Files\Notepad++\plugins\Demo\NppPluginDemo.dll
You need to rename the directory under plugins like
C:\Program Files\Notepad++\plugins\NppPluginDemo\NppPluginDemo.dll
or rename the plugin.dll to demo.dll like
C:\Program Files\Notepad++\plugins\Demo\demo.dll
-
This post is deleted!