Hi,<br><br>I just tried to build kdelibs on windows using MSVC 2008. I got an error becaue of undefined symbol for readdir_r. Is that going to be fix, or am I doing something wrong ?<br><br>Regards,<br>Jeremy<br><br><div><span class="gmail_quote">2008/4/5, Jaroslaw Staniek &lt;js@iidea.pl&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Christian Ehrlicher said the following, On 2008-04-05 21:24:<br> <br>&gt; Jeff Mitchell schrieb:<br> &gt;&gt; Ralf Habacker wrote:<br> &gt;&gt;&gt; Hi,<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; i saw that the class KUrlCompletion uses the posix functions<br>
 &gt;&gt;&gt; opendir/readdir/closedir. Any idea why this is not implemented platform<br> &gt;&gt;&gt; independent by using QDir ?<br> &gt;&gt; Don&#39;t know, but is this actually causing problems?&nbsp;&nbsp;Or is it handled by<br>
 &gt;&gt; Windows&#39; POSIX subsystem?<br> &gt;&gt;<br> &gt; Avoid M$&#39;s posix functions as much as possible... they mostly work but<br> &gt; sometimes not the way they should.<br> &gt;<br> &gt; @Ralf: ask k-c-d if we can replace them with Qt functions.<br>
 <br> <br>Agreed. Moreover, one note about msvc 2005 or newer: there are assertions<br> forcing us to use the API funcions strictly according to documentation, i.e<br> when NULL argument is not allowed somewhere, we should not use it.<br>
 We can forget this by switching to Qt&#39;s counterparts.<br> <br><br> --<br> regards / pozdrawiam, Jaroslaw Staniek<br>&nbsp;&nbsp;Sponsored by OpenOffice Polska (<a href="http://www.openoffice.com.pl/en">http://www.openoffice.com.pl/en</a>) to work on<br>
&nbsp;&nbsp;Kexi &amp; KOffice (<a href="http://www.kexi.pl/en">http://www.kexi.pl/en</a>, <a href="http://www.koffice.org/kexi">http://www.koffice.org/kexi</a>)<br>&nbsp;&nbsp;KDE Libraries for MS Windows (<a href="http://windows.kde.org">http://windows.kde.org</a>)<br>
 <br>_______________________________________________<br> Kde-windows mailing list<br> <a href="mailto:Kde-windows@kde.org">Kde-windows@kde.org</a><br> <a href="https://mail.kde.org/mailman/listinfo/kde-windows">https://mail.kde.org/mailman/listinfo/kde-windows</a><br>
 </blockquote></div><br>