RE: Utilizing a raw IDispatch Pointer from Python

2007-07-31 Thread Ryan Ginstrom
> On Behalf Of Brad Johnson > I would like to give the Python interpreter access to these > interfaces that were created in C++ land. > > Stated another way, how can I have Python consume a IDispatch > pointer from C++ and wrap it with one of those nice Python > classes automatically? If I und

Utilizing a raw IDispatch Pointer from Python

2007-07-30 Thread Brad Johnson
I have a C++ application that creates a collection of COM objects. I would like to give the Python interpreter access to these interfaces that were created in C++ land. Stated another way, how can I have Python consume a IDispatch pointer from C++ and wrap it with one of those nice Python classes