NotepadPlusPlusPluginPack.Net icon indicating copy to clipboard operation
NotepadPlusPlusPluginPack.Net copied to clipboard

upgrade Unmanaged Exports (DllExport for .Net) to v1.2.7

Open kbilsted opened this issue 8 years ago • 6 comments
trafficstars

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

kbilsted avatar Feb 07 '17 21:02 kbilsted

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.

MattWorkWeb avatar Feb 16 '17 20:02 MattWorkWeb

Btw, they work fine running in the x86 version of NPP on either platform.

MattWorkWeb avatar Feb 16 '17 20:02 MattWorkWeb

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.

kbilsted avatar Nov 07 '17 20:11 kbilsted

@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 avatar Jan 22 '18 20:01 chcg

@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

kbilsted avatar Jan 22 '18 21:01 kbilsted

@MattWorkWeb try the 0.94.00 release

kbilsted avatar Jan 22 '18 21:01 kbilsted