<?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[Multiple errors building NPP 7.5.6]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Building NPP 7.5.6 with VS Community 2013 results in multiple errors.</p>
<p dir="auto"><img src="https://user-images.githubusercontent.com/10229320/37654641-8cca9b24-2c4b-11e8-8c93-dab5e6946c49.png" alt="default" class=" img-fluid img-markdown" /></p>
<p dir="auto">And many more.</p>
<p dir="auto">The last version I built successfully was NPP 7.5.</p>
<p dir="auto">I’d appreciate your help.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15438/multiple-errors-building-npp-7-5-6</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 12:29:40 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15438.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Mar 2018 12:40:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Sun, 01 Apr 2018 14:26:01 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<blockquote>
<p dir="auto">…<br />
But is it relevant for your current problem?</p>
</blockquote>
<p dir="auto">Understanding why my build crashes and yours does not is actually more important to me than fixing the Doc Switcher issue.<br />
I hardly use that feature but I suspect some other features may not work properly as well.</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/files/1866392/NppDump.zip" rel="nofollow ugc">Here</a> is the Dump file.</p>
<blockquote>
<p dir="auto">The other way would be to put a breakpoint on line 2243…</p>
</blockquote>
<p dir="auto"><img src="https://user-images.githubusercontent.com/10229320/38174045-b7d788d0-35cf-11e8-945c-3c4cd1534ee0.png" alt="default" class=" img-fluid img-markdown" /></p>
<p dir="auto">Should I build it as <code>Debug</code> instead of <code>Release</code>?</p>
<p dir="auto">Thank you for further looking into it and for the detailed explanations. I do appreciate that.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31372</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31372</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Sun, 01 Apr 2018 14:26:01 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Fri, 30 Mar 2018 00:32:15 GMT]]></title><description><![CDATA[<p dir="auto">Hello Yaron,</p>
<p dir="auto">I’m running windows7 inside a virtual machine and IE is of version 11.<br />
IE might be an issue for your VS2017, MS had made dependencies<br />
in the past so I wouldn’t be surprised if it is needed to run VS correctly.<br />
But is it relevant for your current problem?</p>
<p dir="auto">What makes me wonder is that you said, when clicking disable extension column first<br />
you don’t have the problem which makes me think that the initialization is the same<br />
and the listview control in general shouldn’t be the problem but if it already crashes<br />
before doing initList something within init must have been corrupted already.<br />
And in init is the InitCommonControlsEx which is basically responsible for<br />
making listview available but … why should it work if you disable the extension first.</p>
<p dir="auto">Can you make the dmp file available? Through your github page?<br />
I’m curious what is going on.</p>
<p dir="auto">The other way would be to put a breakpoint on line 2243 in NppBigSwitch.cpp,<br />
the line with if (toShow) and then if either launchFileSwitcherPanel() or<br />
launchFileSwitcherPanel-&gt;display(false) is reached use F11 to jump into<br />
this function and then use F10 onwards and carefully check the variables when<br />
the lines have executed. Sounds a lot but once you get familiar with it,<br />
it looses all of its magic ;-)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31316</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31316</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 30 Mar 2018 00:32:15 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Thu, 29 Mar 2018 22:15:54 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">I hope you’ve had a good day. Thanks again.</p>
<p dir="auto"><img src="https://user-images.githubusercontent.com/10229320/38115597-454f9990-33b5-11e8-9347-7ecf7c01bcdb.png" alt="default" class=" img-fluid img-markdown" /></p>
<p dir="auto">Well, it seems that line 95 is the culprit.</p>
<p dir="auto">A shot in the dark:<br />
You can see the message <code>The content requires a new version of Internet Explorer</code> in the Diagnostic Tools.<br />
I hardly use IE directly but I have some applications using it; I still have IE 8 installed as it’s impossible to disable Clear Type in more recent versions.<br />
Can that be somehow related? Or do you build NPP under Wine without even having IE?</p>
<p dir="auto">I do appreciate your help.</p>
<p dir="auto">I don’t know when you’re going to retire tonight. :)<br />
I won’t be by my PC tomorrow and Saturday.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31309</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31309</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Thu, 29 Mar 2018 22:15:54 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Thu, 29 Mar 2018 20:33:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi Yaron,</p>
<p dir="auto">can you set a breakpoint onto line 100 in VerticalFileSwitchesListView.cpp<br />
like here</p>
<p dir="auto"><img src="https://i.imgur.com/14nxjT1.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">run the project by pressing F5, once npp appears do the setting changes<br />
and then when VS comes up with the breakpoint step through it with F10<br />
until you receive the access denied exception, then we know which<br />
part exactly throws that exception.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31308</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31308</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 29 Mar 2018 20:33:04 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Thu, 29 Mar 2018 12:51:27 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">I’ve created a Dump file, opened it in VS and used “Debug with Native Only”.</p>
<p dir="auto"><img src="https://user-images.githubusercontent.com/10229320/38089378-e528679c-3367-11e8-928e-7d0c7a1494be.png" alt="default" class=" img-fluid img-markdown" /></p>
<p dir="auto">Interestingly, if I check <code>Hide Extension Column</code> first and then <code>Show</code> - the crash does not happen.</p>
<p dir="auto">Whenever you have some free time. Thanks again.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31294</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31294</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Thu, 29 Mar 2018 12:51:27 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 22:05:39 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">I’ve never used the Debugger. :)<br />
It might also be some general setting I’ve modified in VS.<br />
We’ll see tomorrow.</p>
<p dir="auto">Thanks again and good night.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31277</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31277</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Wed, 28 Mar 2018 22:05:39 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 21:57:18 GMT]]></title><description><![CDATA[<p dir="auto">Yaron ,</p>
<p dir="auto">then I would say time to debug. Either run from within VS (copy everything to the build<br />
directory) or attach it to the running exe, but then make sure the pdb files are found.<br />
Just for info - I have to stay up early tomorrow so I have to stop here.<br />
But if there is anything I could do we can follow up tomorrow night :-)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31274</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31274</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 28 Mar 2018 21:57:18 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 21:51:45 GMT]]></title><description><![CDATA[<p dir="auto">Both ways.</p>
<p dir="auto">Thanks again. Appreciated.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31273</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31273</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Wed, 28 Mar 2018 21:51:45 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 21:39:15 GMT]]></title><description><![CDATA[<p dir="auto">I thought you did it the other way, you copied the official exe to your directory<br />
but I was looking for copying your exe to the official unzipped directory, so that<br />
your exe is running with the official configuration files.<br />
Or did you already check both ways?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31272</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31272</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 28 Mar 2018 21:39:15 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 21:32:05 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Thanks again for your time and effort.</p>
<blockquote>
<p dir="auto">If you have downloaded an official zipped package, could you replace the<br />
official builded npp exe with the one you build and run it within this directory.</p>
</blockquote>
<p dir="auto">That is just what I have done. :)<br />
Win 7 x32.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31271</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31271</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Wed, 28 Mar 2018 21:32:05 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 21:24:09 GMT]]></title><description><![CDATA[<p dir="auto">Yaron, just did a x86 release build and looks ok - I guess you assumed that this is the case.</p>
<p dir="auto">From the code I only could guess that there might be a problem with your configuration files.</p>
<p dir="auto">If you have downloaded an official zipped package, could you replace the<br />
official builded npp exe with the one you build and run it within this directory.</p>
<p dir="auto">If this works then it indicates that one of your configuration files is corrupt.</p>
<p dir="auto">If it doesn’t work … hmmm … which operating system do you run?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31269</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31269</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 28 Mar 2018 21:24:09 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 20:57:21 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Thank you very much for the prompt reply. I do appreciate it.</p>
<p dir="auto"><img src="https://user-images.githubusercontent.com/10229320/38055312-03b9a774-32e2-11e8-9418-342a3a105e0c.png" alt="default" class=" img-fluid img-markdown" /></p>
<p dir="auto">The only thing I modified was from <code>x64</code> to <code>x86</code> and to <code>Release</code> instead of <code>Debug</code>.<br />
No errors or warnings.</p>
<p dir="auto">I’ve used it for a few days without any problem.<br />
Trying today to display the <code>Document List Panel</code>, the crash happened.<br />
It is consistent; whenever I try to check that option NPP crashes.</p>
<p dir="auto"><img src="https://user-images.githubusercontent.com/10229320/38055622-e122b920-32e2-11e8-9539-895cfb56f703.png" alt="default" class=" img-fluid img-markdown" /></p>
<p dir="auto">I downloaded a fresh portable NPP and replaced the binary with my build.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31266</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31266</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Wed, 28 Mar 2018 20:57:21 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 20:28:55 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a> ,</p>
<p dir="auto">as I did - but no crashes so far<br />
and is this reproducible?</p>
<p dir="auto">Which VS version do you run?</p>
<pre><code>Microsoft Visual Studio Community 2017 
Version 15.6.3
VisualStudio.15.Release/15.6.3+27428.2011
Microsoft .NET Framework
Version 4.7.02558

Installed Version: Community
</code></pre>
<p dir="auto">Did you change something on the build process? Build events?<br />
How do you start npp? From within the build directory?<br />
x64 or x32 ? (I tested only x64)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31263</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31263</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 28 Mar 2018 20:28:55 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Wed, 28 Mar 2018 19:48:11 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia and Vitaliy,</p>
<p dir="auto">Last week I installed VS 2017 Community and built NPP 7.5.6.<br />
Thanks again for your help.</p>
<p dir="auto">I tried today to check <code>Preferences -&gt; General -&gt; Document List Panel - Show</code> and NPP crashed.<br />
Thinking it was due to some of my code changes, I downloaded the repository again and built it as is. The same result - NPP crashes.</p>
<p dir="auto">Building:<br />
I doubled clicked <code>notepadPlus.vcxproj</code>, was prompted to add support for xp and built the solution.</p>
<p dir="auto">Using the original binary included in the official packages, the crash does not occur.<br />
Any idea?</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31261</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31261</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Wed, 28 Mar 2018 19:48:11 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 21:24:05 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Thanks again for your kind help. Appreciated as always.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31070</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31070</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 20 Mar 2018 21:24:05 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 20:11:42 GMT]]></title><description><![CDATA[<p dir="auto">Hi Yaron,</p>
<p dir="auto">if you don’t need VS2013 anymore, why wasting GB of space - remove it<br />
but as Vitaliy stated, both can coexist just in case you still need it.<br />
Unfortunately VS2017 forces you to have windows account otherwise you can’t<br />
unlock the test version and yes, the vcxproj is the one I used as well.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31067</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31067</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 20 Mar 2018 20:11:42 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 20:05:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Thanks again for looking into it and solving the problem. I do appreciate it.</p>
<p dir="auto">I understand I should be able to build NPP with VS 2017 (using <code>notepadPlus.vcxproj</code> and not <code>notepadPlus.vs2013.vcxproj</code>), correct?</p>
<p dir="auto">VS installation is quite mammoth. :)<br />
How would you handle it? Completely uninstalling VS 2013 (assuming I don’t need it)?</p>
<hr />
<p dir="auto">Hello Vitaliy,</p>
<p dir="auto">Thank you for the additional info. I appreciate that.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31066</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31066</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 20 Mar 2018 20:05:14 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 19:14:24 GMT]]></title><description><![CDATA[<p dir="auto">VS 2013 does not completely comply even with C++11, not saying about C++14, so a newer version of VS is recommended.<br />
It may be strange to hear such words from a person who wants Notepad++ to be compatible with Windows XP and who was still using VS 2005 (together with VS 2013, though) just a year or two ago, but:</p>
<ol>
<li>VS 2015 and VS 2017 does support Windows XP targeting and</li>
<li>the newer VS version is used the more latest C++ features are available to the developers.</li>
</ol>
<p dir="auto">Taking this into account, as well as the availability of free Community or Express versions of latest VS, there is no much sense in staying on VS 2013 - plus, VS 2013 and VS 2015 or newer can co-exist under the very same system, if there is a need to still have VS 2013.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31060</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31060</guid><dc:creator><![CDATA[Vitaliy Dovgan]]></dc:creator><pubDate>Tue, 20 Mar 2018 19:14:24 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 18:14:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a></p>
<p dir="auto">the new version uses keywords like <strong>noexcept</strong> which aren’t available for<br />
VS versions &lt; 2015, so we either could try to hack around by defining macros<br />
changing source code etc… or you need to update to a newer VS.</p>
<p dir="auto">Btw. I’m really impressed about VS2017 which works even on my old pc and<br />
running in a virtual machine very well.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31055</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31055</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 20 Mar 2018 18:14:38 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 17:58:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a></p>
<p dir="auto">thx, I’m fine.</p>
<p dir="auto">Yes,actually I was searching for _S_IREAD and _S_IEXEC<br />
and I <strong>always</strong> add msdn if it is development related,<br />
to the search to get the MS ones first.</p>
<p dir="auto">But looks like there is something in addition missed.<br />
Let’s see what the gitlog says about changes.</p>
<p dir="auto">'Till then …</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31050</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31050</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 20 Mar 2018 17:58:03 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 16:55:03 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">It’s always a pleasure to communicate with you.<br />
I’m fine, thank you. I hope you’re as well.</p>
<p dir="auto">Adding <code>#include &lt;sys/stat.h&gt;</code> to <code>Common.cpp</code> has indeed solved the errors appearing in the screenshot above.</p>
<p dir="auto">I’m still getting the <a href="https://github.com/Yaron10/compare-plugin/issues/9" rel="nofollow ugc">these errors</a>.</p>
<p dir="auto">Could you please enlighten me as to how you found <code>&lt;sys/stat.h&gt;</code>?<br />
Did you search <code>_S_IREAD</code>?</p>
<p dir="auto">Thank you for your kind help. I do appreciate it.</p>
<hr />
<p dir="auto">Hello Vitaliy,</p>
<p dir="auto">Thank you for your reply too. Appreciated.</p>
<p dir="auto">Best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31048</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31048</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 20 Mar 2018 16:55:03 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 15:36:08 GMT]]></title><description><![CDATA[<p dir="auto">That must be my fault - I compiled Notepad++ only in VS 2015, did not try the 2013 one.<br />
The additional #include &lt;sys/stat.h&gt; should fix it indeed.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31044</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31044</guid><dc:creator><![CDATA[Vitaliy Dovgan]]></dc:creator><pubDate>Tue, 20 Mar 2018 15:36:08 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple errors building NPP 7.5.6 on Tue, 20 Mar 2018 13:22:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a></p>
<p dir="auto">Hi Yaron,</p>
<p dir="auto">long time not seen - how you are doing, hopefully fine.<br />
As of MS, those should be available in &lt;sys\stat.h&gt;<br />
Maybe you need to include this in VS 2013 CE explicitly.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31032</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31032</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 20 Mar 2018 13:22:38 GMT</pubDate></item></channel></rss>