Re: Hello,who can help me!

2008-07-22 Thread James Matthews
I would recommended on asking on the pywin32 mailing list. On Tue, Jul 22, 2008 at 2:26 AM, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > I have implemented a C++ COM,which contains two interface in one > > coclass. > > when i use this COM in python: > > dll=win32co

Re: Hello,who can help me!

2008-07-22 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > I have implemented a C++ COM,which contains two interface in one > coclass. > when i use this COM in python: > dll=win32com.client.Dispatch("X") > then i can only call default interface's method,but can't call non > default interface's method. > who can tell me how t

Hello,who can help me!

2008-07-22 Thread birdprince
I have implemented a C++ COM,which contains two interface in one coclass. when i use this COM in python: dll=win32com.client.Dispatch("X") then i can only call default interface's method,but can't call non default interface's method. who can tell me how to call non default interface's method. t