. . . that we might see other KDE PIM apps go Platform Independent? Rounding out the Zaurus apps with KNotes/PI and KMail/PI would be really nice, and I\'d love to see Kontact/PI on Windows (and rid myself of Outlook).
That is almost impossible, because it would be a huge amount of work.
You would have to change a lot of code in KDE.
And when I am writing here a lot, I mean really a lot!
KDE is Qt based, yes, but there are actually much calls of the X11 Unix Windows system inside the code of KDE (for some stupid graphic effects, like widget shadows and so on ).
And KMail uses a lot of KDE libraries, that means it would be neccesary to change a lot of the libs.
And then you have to remove/change the calls of the Unix C++ libraries, which are not available on WIndows.
Again a lot of work.
.... as I mentioned ... almost impossible ...
z.
P.S. And then it would not run at all on the Zaurus, because KDE ist Qt3 based, on the Zaurus is Qt2 available only.
All these chages haveI done with KOrganizer and are Ulf and I doing with KAddressbook.
It is not an easy task to make it running on the Zaurus.
Another solution for KMail would be to remove the crap X11 dependencies in KDE.
Then KMail could be compiled for Qt3 embedded and it would possible to run it on the Zaurus with the Qt3 embedded lib.
But there is a lot of X11 crap in KDE...