NotepadPlusPlusPluginPack.Net
NotepadPlusPlusPluginPack.Net copied to clipboard
upgrade Unmanaged Exports (DllExport for .Net) to v1.2.7
We are using an old version, a newer version is found at https://www.nuget.org/packages/UnmanagedExports
not sure if the format of the RGiesecke.DllExport.targets has changed compared to the version we are using
Has anyone been able to get C# NPP plugins running on Windows 8 or Windows 10? I can get mine working on Windows 7 x64 but NPP fails to load them on Windows 8.1 x64 or Windows 10 x64. Anyone know why; I have same problem with this template.
Btw, they work fine running in the x86 version of NPP on either platform.
Im not sure what it is with N++ and 64 bit. I have so many problems with plugins (and the plugin manager!) with N++ and 64 bit.
@MattWorkWeb Hi, there are already multiple plugins running for x64 based on this or some predecessor, e.g.
- https://github.com/cpmcgrath/codealignment
- https://github.com/oleg-shilo/cs-script.npp
- https://github.com/p0358/notepadpp-CodeStats
- https://github.com/foospidy/GrepBugsPluginNotepadPlusPlus
- https://github.com/peter-frentrup/NppMenuSearch ...
For me they are running on WIn10. Typically they need at least .net framework 4.0. Do you get any exception on execution?
@chcg Perhaps the 4.0 requirement was the issue. The 0.94.00 did indeed run on the 64 bit without the need to upgrade the DllExport
@MattWorkWeb try the 0.94.00 release