[python-win32] Python COM

2008-07-30 Thread birdprince
I have implemented a COM in C++,buy i don't know how to use this COM in python. For example: the COM's ProgID is "MyCOM1.AdvMethod".this COM have two interfaces,the default interface's name is IAdvMethod,the second interface's name is IBasicMethod. I use this method to call the IAdvMethod's met

[python-win32] Python and COM

2008-07-30 Thread birdprince
I have implemented a COM in C++,buy i don't know how to use this COM in python. For example: the COM's ProgID is "MyCOM1.AdvMethod".this COM have two interfaces,the default interface's name is IAdvMethod,IAdvMethod have a method which name is Add,the second interface's name is IBasicMethod. IBa

[python-win32] IronPython COM

2008-07-30 Thread birdprince
I have implemented a COM in C++,buy i don't know how to use this COM in IronPython. For example: the COM's ProgID is "MyCOM1.AdvMethod".this COM have two interfaces,the default interface's name is IAdvMethod,IAdvMethod have a method which name is Add,the second interface's name is IBasicMethod.