Thierry Bastian schrieb:
Hi Christian,I didn't remove all your commits. But I'd need maybe more info on what's needed to make it compile with mingw. Integration between svn and p4 is not the easiest thing to do anyway. So in short, please give me facts (change, warnings...) and I'll do my best to fix that.
Ok, I'll try :)First it doesn't compile with plain mingw headers at all - therefore Saro used some headers from the wine project. But this should not be your problem. - static_cast<unsigned short*>(foo) doesn't work with mingw (and also not with msvc without the ugly wchar_t compiler switch). Better use c-style casts or reinterpret_cast<> - wchar_t should be avoided at all. I don't know the exact reasons why tt decided to use /Zwchar_t- but it makes things complicated. Better use WCHAR and QString::fromUtf16(). btw: this switch was already there in qt3...
- all #include changes I did are needed for mingw - see my last commits - plz try to avoid tabs :)r846104, r846096 and parts of r846093 are needed for mingw and msvc without the wchar_t switch.
Thx for your interest :) Christian
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
