Re: [python-win32] Unicode build of win32gui outside of WinCE?

2006-06-18 Thread Mark Hammond
> 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

Re: [python-win32] Unit testing COM clients and Servers

2006-06-18 Thread Mark Hammond
> 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

Re: [python-win32] Unicode build of win32gui outside of WinCE?

2006-06-18 Thread Matt Campbell
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