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 <js@iidea.pl>:</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>> Jeff Mitchell schrieb:<br> >> Ralf Habacker wrote:<br> >>> Hi,<br> >>><br> >>> i saw that the class KUrlCompletion uses the posix functions<br>
>>> opendir/readdir/closedir. Any idea why this is not implemented platform<br> >>> independent by using QDir ?<br> >> Don't know, but is this actually causing problems? Or is it handled by<br>
>> Windows' POSIX subsystem?<br> >><br> > Avoid M$'s posix functions as much as possible... they mostly work but<br> > sometimes not the way they should.<br> ><br> > @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's counterparts.<br> <br><br> --<br> regards / pozdrawiam, Jaroslaw Staniek<br> Sponsored by OpenOffice Polska (<a href="http://www.openoffice.com.pl/en">http://www.openoffice.com.pl/en</a>) to work on<br>
Kexi & 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> 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>