Re: re[2]: Com object questions

2005-05-24 Thread Roger Upole
I took a look at the code that generates the Record info, and it doesn't handle records that don't have a guid (or more accurately, the guid is GUID_NULL). They're still supposed to show up in the generated module with a comment stating that they weren't handled. However, it's trying to keep t

re[2]: Com object questions

2005-05-23 Thread Gijs Korremans
> Does IPADDRESSSTRUCT appear anywhere in the makepy-generated module ? Specifically, there should be a RecordMap dict containing any defined Records and their GUID's. No it's not in the genereted module, but it is in the COM Browser so I'm sure the struct is in the com object Maybe I can find

Re: Com object questions

2005-05-23 Thread Roger Upole
Does IPADDRESSSTRUCT appear anywhere in the makepy-generated module ? Specifically, there should be a RecordMap dict containing any defined Records and their GUID's. Roger "Gijs Korremans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I'm still figuring out how I can

Com object questions

2005-05-23 Thread Gijs Korremans
Hi, I'm still figuring out how I can use the win32com for the use of a com object which I think is made in VB First I've created a file with MakePy Then I used the following code to init the com object: import win32com.client Client = win32com.client.Dispatch("ClientModule.Client