I have implemented a C++ COM,which contains two interface in one coclass. when i use this COM in python: dll=win32com.client.Dispatch("XXXXX") 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. thank you very much! you can send the answer to my mailbox:[EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list
- Hello,who can help me! birdprince
- Re: Hello,who can help me! Diez B. Roggisch
- Re: Hello,who can help me! James Matthews