<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Python plugin works in NPP  7.7 but does work in NPP 7.8 upward]]></title><description><![CDATA[<p dir="auto">Dear community,</p>
<p dir="auto">I need some help regarding supporting of my Python plugin.</p>
<p dir="auto"><a href="https://github.com/stier08/NppPyStandalone" rel="nofollow ugc">https://github.com/stier08/NppPyStandalone</a></p>
<p dir="auto">In a nutshell it allows calling scripts written in python directly from NPP IDE .</p>
<p dir="auto">The latest version linked against  winpython 3.7 / boost 1.68 / vs toolset v140 works fine with npp.7.7.1.bin</p>
<p dir="auto">However, starting from NPP 7.8 upward I’m getting an error “&lt;plugin&gt; is not compatible with current version of notepad++.”</p>
<p dir="auto">Apparently something has changes in NPP and I cant figure out what exactly…</p>
<p dir="auto">To troubleshoot the problem I built  a bare minimal Plugin ( based on <a href="https://github.com/npp-plugins/plugindemo" rel="nofollow ugc">https://github.com/npp-plugins/plugindemo</a></p>
<p dir="auto">by linking it with boost::python</p>
<p dir="auto">#include &lt;boost/python/module.hpp&gt;<br />
#include &lt;boost/python/class.hpp&gt;<br />
#include &lt;boost/utility.hpp&gt;</p>
<p dir="auto">without calling any python stuff.</p>
<p dir="auto">and even such a small change cases loading error in NPP 7.9.</p>
<p dir="auto">NPP 7.7 works fine.</p>
<p dir="auto">Can someone suggest what is the root cause / what need to changes / how to troubleshoot this.</p>
<p dir="auto">Thank you in advance,<br />
stier08.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20647/python-plugin-works-in-npp-7-7-but-does-work-in-npp-7-8-upward</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 05:10:37 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20647.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Jan 2021 13:45:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Sat, 30 Jan 2021 06:41:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> cool, thanks for advice,  turned out to be pywin32_system32 not being  searched for some reason</p>
<p dir="auto"><img src="/assets/uploads/files/1611988720784-untitled.png" alt="Untitled.png" class=" img-fluid img-markdown" /><br />
Apparently lookup path was (intentionally screwed up) modified</p>
<p dir="auto">I managed to fix my problem by placing pywintypes38.dll and pythoncom38.dll to NPP root</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62334</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62334</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Sat, 30 Jan 2021 06:41:58 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Fri, 29 Jan 2021 18:59:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stier-hahn" aria-label="Profile: Stier-Hahn">@<bdi>Stier-Hahn</bdi></a></p>
<p dir="auto">there is an additional<br />
<code>...\AppData\Roaming\Python\Python38\site-packages</code><br />
path when used by the command line.<br />
Maybe give it a try to add it to your sys.path from embedded python.</p>
<p dir="auto">Do you know <a href="https://docs.microsoft.com/en-us/sysinternals/downloads/procmon" rel="nofollow ugc">procmon</a>?<br />
It could be used to see what npp and your plugin tries to load with a filter set to <code>path contains whatever</code></p>
<p dir="auto"><img src="/assets/uploads/files/1611946287319-48b96c60-c947-48f4-9987-af19cf359c3d-image.png" alt="48b96c60-c947-48f4-9987-af19cf359c3d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If importing pywin32 failed with unable to load dll<br />
then one of those<br />
<img src="/assets/uploads/files/1611946687066-2f2d6355-c2f6-4c2c-b92d-c49ef97d7714-image.png" alt="2f2d6355-c2f6-4c2c-b92d-c49ef97d7714-image.png" class=" img-fluid img-markdown" /><br />
can not be found I guess.<br />
python38 shouldn’t be the problem but pywintypes38.dll might be in this additional path I’ve mentioned earlier??</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62314</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62314</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 29 Jan 2021 18:59:52 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Fri, 29 Jan 2021 16:04:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stier-hahn" aria-label="Profile: Stier-Hahn">@<bdi>Stier-Hahn</bdi></a> pywin32 is installed sort of correctly as it works from  python command line.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62309</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62309</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Fri, 29 Jan 2021 16:04:52 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Fri, 29 Jan 2021 16:03:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> you are doing great job , thank you !</p>
<p dir="auto">ps<br />
I came across a next roadblock ,  that’s more a pywin32 issue.</p>
<p dir="auto">See <a href="https://github.com/mhammond/pywin32/issues/1658" rel="nofollow ugc">https://github.com/mhammond/pywin32/issues/1658</a></p>
<p dir="auto">May be you would have a hint how to troubleshoot that. as that seems to be sort of related to dependency lookup process.</p>
<p dir="auto">In a nutshell I’ve NPP plugin linked against boost::python which loads at startup some initialization python code. And it’s was working fine under py 3.7 and npp 7.7.</p>
<p dir="auto">Finally ( with your help) I managed to upgrade npp from 7.7 to 7.9<br />
and partially from winpython 3.7 to winpython 3.8.</p>
<p dir="auto">My NPP python plugin is loaded at startup, but execution of initialsation python scripts fails to import win32api.<br />
Embedded python wrapper is working fine ( I guess ) as import os / import sys and other simple code is working inside my plugin.</p>
<p dir="auto">I’m using win py 3.8 and latest pywin32 ( 300)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62308</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62308</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Fri, 29 Jan 2021 16:03:03 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Fri, 29 Jan 2021 11:18:55 GMT]]></title><description><![CDATA[<p dir="auto">If there is anything we can do to help let us know.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62303</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62303</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 29 Jan 2021 11:18:55 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Fri, 29 Jan 2021 09:46:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> so, I’ve tested my minimal plugin build in 7.8 with python37.dll inside plugin dir and it works.</p>
<p dir="auto">My question from the top of the thread has been solved.</p>
<p dir="auto">Thank you very much!</p>
<p dir="auto">ps</p>
<p dir="auto">I still need to check if my main plugin will be working…<br />
Struggling to upgrade third-party libs and other dependencies…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62302</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62302</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Fri, 29 Jan 2021 09:46:11 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:26:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stier-hahn" aria-label="Profile: Stier-Hahn">@<bdi>Stier-Hahn</bdi></a></p>
<p dir="auto">I start to remember that I read some conversation about<br />
security concerns regarding sideloading dlls.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62294</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62294</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:26:40 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:24:38 GMT]]></title><description><![CDATA[<p dir="auto">but npp 7.7 works.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62293</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62293</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:24:38 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:23:40 GMT]]></title><description><![CDATA[<p dir="auto">and next window is<br />
<img src="/assets/uploads/files/1611865413070-81824459-8282-4997-9a08-23912af2543b-image.png" alt="81824459-8282-4997-9a08-23912af2543b-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/62292</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62292</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:23:40 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:24:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stier-hahn" aria-label="Profile: Stier-Hahn">@<bdi>Stier-Hahn</bdi></a><br />
Yes, it is not found but then I do get</p>
<p dir="auto"><img src="/assets/uploads/files/1611865367233-6925989c-f96a-49a9-bc06-d9fe35ba80a0-image.png" alt="6925989c-f96a-49a9-bc06-d9fe35ba80a0-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/62291</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62291</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:24:59 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:20:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stier-hahn" aria-label="Profile: Stier-Hahn">@<bdi>Stier-Hahn</bdi></a> - currently trying</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62290</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62290</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:20:54 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:20:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> could you please check if it works for you if python dll  is located in path and not in plugin dir</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62289</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62289</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:20:26 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:18:34 GMT]]></title><description><![CDATA[<p dir="auto">Ah - could it be that path is not evaluted anymore? I guess so.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62288</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62288</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:18:34 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:17:39 GMT]]></title><description><![CDATA[<p dir="auto">Starting from 7.8 plugins are allowed to load their own dlls from within the plugin directory.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62287</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62287</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:17:39 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:18:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> will check tmr in more details.</p>
<p dir="auto">I can tell for sure (99%) I do not have any 64 bit builds of python on my box.</p>
<p dir="auto">Ps<br />
I’m still wondering that it works for me in 7.7 but not in 7.8. Just for my understanding were there any changes that could cause such behavior? Changes in dll lookup order or something</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62286</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62286</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:18:09 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:12:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stier-hahn" aria-label="Profile: Stier-Hahn">@<bdi>Stier-Hahn</bdi></a><br />
and there is no other python3 dll (64bit) in the path before the 32bit one?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62284</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62284</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:12:51 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 20:10:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a>  i’ve  bin using same setup. I.e. only plugin dll is located in plugin dir. And python dir in path.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62283</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62283</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:10:56 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 19:18:06 GMT]]></title><description><![CDATA[<p dir="auto">Works for me</p>
<p dir="auto"><img src="/assets/uploads/files/1611861452251-8b16aa0a-e0b6-4f72-ba92-e5895457c5aa-image.png" alt="8b16aa0a-e0b6-4f72-ba92-e5895457c5aa-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Where is your python3.dll located in 7.8?<br />
Should be within your plugin directory.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62280</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62280</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 19:18:06 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 19:09:23 GMT]]></title><description><![CDATA[<p dir="auto">Let me do some tests with your code and the mentioned npp versions.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62278</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62278</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 19:09:23 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 19:05:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> said in <a href="/post/62261">Python plugin works in NPP 7.7 but does work in NPP 7.8 upward</a>:</p>
<blockquote>
<p dir="auto">/exports</p>
</blockquote>
<p dir="auto">see my previous post on build setup</p>
<p dir="auto">here is what I get with dumpin</p>
<p dir="auto">Microsoft ® COFF/PE Dumper Version 14.28.29336.0<br />
Copyright © Microsoft Corporation.  All rights reserved.</p>
<p dir="auto">Dump of file NppPluginTemplate.dll</p>
<p dir="auto">File Type: DLL</p>
<p dir="auto">Section contains the following exports for NppPluginTemplate.dll</p>
<pre><code>00000000 characteristics
6013057D time date stamp Thu Jan 28 19:42:05 2021
    0.00 version
       1 ordinal base
       6 number of functions
       6 number of names

ordinal hint RVA      name

      1    0 000010E0 beNotified
      2    1 000010C0 getFuncsArray
      3    2 000010B0 getName
      4    3 000010F0 isUnicode
      5    4 000010F0 messageProc
      6    5 00001040 setInfo
</code></pre>
<p dir="auto">Summary</p>
<pre><code>    2000 .data
    1000 .gfids
    6000 .rdata
    1000 .reloc
    1000 .rsrc
    D000 .text
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/62277</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62277</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Thu, 28 Jan 2021 19:05:06 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 18:58:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> thank you for your feedback.<br />
I’ve created a minimal binary that works with 7.7 and does not work with 7.8</p>
<p dir="auto"><a href="https://github.com/stier08/NppPyStandalone/releases/tag/NppPluginTemplate_minimal_boost-1_68_0_vs2019_toolset_v140_wp37_01" rel="nofollow ugc">https://github.com/stier08/NppPyStandalone/releases/tag/NppPluginTemplate_minimal_boost-1_68_0_vs2019_toolset_v140_wp37_01</a></p>
<p dir="auto">Source code <a href="https://github.com/stier08/NppPyStandalone/tree/minimal_boost-1_68_0_vs2019_toolset_v140_wp37" rel="nofollow ugc">https://github.com/stier08/NppPyStandalone/tree/minimal_boost-1_68_0_vs2019_toolset_v140_wp37</a></p>
<p dir="auto">My setup is as follows</p>
<p dir="auto">boost-1_68_0<br />
vs2019<br />
toolset v140<br />
wp37 (Winpython32-3.7.7.1dot)</p>
<p dir="auto">Plugin does work with<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.7.1/npp.7.7.1.bin.7z" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.7.1/npp.7.7.1.bin.7z</a></p>
<p dir="auto">but does not work with</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.8/npp.7.8.bin.7z" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.8/npp.7.8.bin.7z</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/62276</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62276</guid><dc:creator><![CDATA[Stier Hahn]]></dc:creator><pubDate>Thu, 28 Jan 2021 18:58:57 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 13:59:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stier-hahn" aria-label="Profile: Stier-Hahn">@<bdi>Stier-Hahn</bdi></a> said in <a href="/post/62260">Python plugin works in NPP 7.7 but does work in NPP 7.8 upward</a>:</p>
<blockquote>
<p dir="auto">NPP 7.7 works fine.</p>
</blockquote>
<p dir="auto">Does that mean, the same, recently compiled dll, works here but not with 7.9.X??</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62262</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62262</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 13:59:03 GMT</pubDate></item><item><title><![CDATA[Reply to Python plugin works in NPP  7.7 but does work in NPP 7.8 upward on Thu, 28 Jan 2021 13:54:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stier-hahn" aria-label="Profile: Stier-Hahn">@<bdi>Stier-Hahn</bdi></a></p>
<p dir="auto">How do you compile the dll? Using Visual Studio, gcc …? Which version?</p>
<p dir="auto">Are the exports really exported? Using dumpbin like <code>dumpbin /exports YOUR_PLUGIN.dll</code> will give you that information.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62261</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62261</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 Jan 2021 13:54:50 GMT</pubDate></item></channel></rss>