[python-win32] Python COM User Defined Types

Mark Hammond mhammond@skippinet.com.au
Thu, 27 Feb 2003 08:22:36 +1100


> Is there any pre-requisite for the Record call (aside from having the
> makepy-generated module available)? I tried this and it wouldn't work
> for me (UDT defined in VB ActiveX dll):

The record must be defined with a GUID.  My memory is sketchy about exactly
what tools do and do not do this.  However, there is such code in the COM
test suite that works.

Mark.