<?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[Notepad++ Plugin development]]></title><description><![CDATA[<p dir="auto">Hi Group,</p>
<p dir="auto">I’d like to start Notepad++ Plugin development  because i believe, that notepad++ is a great editor and all folks use it.<br />
So i started one month ago from scratch following the Plugin Development instructions.<br />
For that i used Visual Studio 2019 and file plugintemplate-3.1.zip<br />
But Visual Studio did not like the NppPluginTemplate.vcxproj.<br />
Finally i succeeded downloading a really old Template which i found in a youtube video and i got a resulting dll.(after manually fixinging my vs installation, adding lib.exe)<br />
However it was 32bit and my Notepad++(64bit) would not load.</p>
<p dir="auto">Could you please update the plugin development instructions and make them idiot-proof ?<br />
I would really like to dive into that …<br />
Thank you</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19496/notepad-plugin-development</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 07:13:42 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19496.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Jun 2020 05:59:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ Plugin development on Fri, 26 Jun 2020 09:38:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guenther-sohler" aria-label="Profile: Guenther-Sohler">@<bdi>Guenther-Sohler</bdi></a></p>
<p dir="auto">thit sounds like that you did not select an SDK when you installed Visual Studio, could that be?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55351</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55351</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 26 Jun 2020 09:38:32 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ Plugin development on Thu, 25 Jun 2020 14:28:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Thank you for your attention.<br />
I am missing ALL included files. I could not find any header files in my VS2017 installation.<br />
Thee Header files which i am actually missing) is:</p>
<p dir="auto">ctype.h (included from winnt.h)<br />
stddef.h (included from sci_position.h)</p>
<p dir="auto">My VS 2017 is installed in C:\Program Files (x86)\Microsoft Visual Studio\2017</p>
<p dir="auto">What is the correct place to source these include files from ?</p>
<p dir="auto">Thanks again!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55345</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55345</guid><dc:creator><![CDATA[Guenther Sohler]]></dc:creator><pubDate>Thu, 25 Jun 2020 14:28:23 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ Plugin development on Tue, 23 Jun 2020 11:06:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guenther-sohler" aria-label="Profile: Guenther-Sohler">@<bdi>Guenther-Sohler</bdi></a></p>
<p dir="auto">Which header files are missing?<br />
The last time I used the cookiecutter, it created all the files,<br />
needed from Npp’s point of view, accordingly.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55281</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55281</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 23 Jun 2020 11:06:07 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ Plugin development on Tue, 23 Jun 2020 09:26:59 GMT]]></title><description><![CDATA[<p dir="auto">Yes i found it in the meantime, thank you<br />
Now i have my Notepad++ Plugin available inside Visual Studio 2017,<br />
but it does not compile because there are no headers installed with<br />
Visual Studio C compiler.<br />
Which Component is missing to get the headers ? i cant sort it out.</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55275</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55275</guid><dc:creator><![CDATA[Guenther Sohler]]></dc:creator><pubDate>Tue, 23 Jun 2020 09:26:59 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ Plugin development on Wed, 03 Jun 2020 14:27:34 GMT]]></title><description><![CDATA[<p dir="auto">it’s on the root folder.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54570</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54570</guid><dc:creator><![CDATA[cmeriaux]]></dc:creator><pubDate>Wed, 03 Jun 2020 14:27:34 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ Plugin development on Wed, 03 Jun 2020 09:37:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Thank you for the cookiecutter hint.<br />
I used it and installed it, but I cannot find the the sln file in my computer.<br />
Where is it ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54557</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54557</guid><dc:creator><![CDATA[Guenther Sohler]]></dc:creator><pubDate>Wed, 03 Jun 2020 09:37:02 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ Plugin development on Wed, 03 Jun 2020 06:19:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
You may try the fabulous cookie cutter tools<br />
<a href="https://github.com/dail8859/cookiecutter-npp-cpp-plugin" rel="nofollow ugc">https://github.com/dail8859/cookiecutter-npp-cpp-plugin</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/54552</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54552</guid><dc:creator><![CDATA[cmeriaux]]></dc:creator><pubDate>Wed, 03 Jun 2020 06:19:16 GMT</pubDate></item></channel></rss>