win32 problem with WM_COPYDATA

Neil Hodgson nhodgson at bigpond.net.au
Sat Nov 27 19:26:40 EST 2004


Chris:

> Thanks a bunch.  Any ideas about the Unregistering error?

   Put a trace in the WM_DESTROY handler. You were reentering by calling
DestroyWindow within the WM_DESTROY handler.

   Neil





More information about the Python-list mailing list