Re: [python-win32] Building win32 extensions to Python - crash

2006-06-17 Thread chris botos
On 6/16/06, James Carroll <[EMAIL PROTECTED]> wrote: But you aren't using swig (yet) so this is only relevent as far asshowing the one thing you have to be aware of.  Without swig, it'sjust being concious of when to Refrence and Unref() certain variables. -JimIt looks like I should be looking at sw

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

2006-06-17 Thread Matt Campbell
Hello: 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 Unicod