> Are there any plans to support a Unicode build of win32gui in PyWin32
> outside of Windows CE? Perhaps the winxpgui module could be
> built with
> UNICODE defined while the win32gui module is not.
> Alternatively, both
> could be built with UNICODE defined and use the Microsoft Layer for
> Unico
> I'm fairly new to it and it seems like to write tests, you have to
> simulate the responses ADSI or WMI. I can find lots of help doing
> standard python unit testing but how does this change when using COM?
The only advice I can offer is to not think of this as a COM problem. All
apps that talk
On further consideration, I think the best choice would be to define
UNICODE and link with MSLU for winxpgui, and not define UNICODE for
win32gui. That way, existing apps using win32gui which expect MBCS will
still work, and new apps which use winxpgui can use Unicode (though
they'll break in