Re: [python-win32] Follow-up question

2007-08-27 Thread Mark Hammond
> Brad Johnson ballardtech.com> writes: > > I have successfully used the PyCom_PyObjectFromIUnknown function to get > a > PyIDispatch object from a raw IDispatch pointer. > > My next goal is to get an early bound class instance from that pointer > (using a > class generated from makepy). Just p

[python-win32] Follow-up question

2007-08-27 Thread Brad Johnson
Brad Johnson ballardtech.com> writes: I have successfully used the PyCom_PyObjectFromIUnknown function to get a PyIDispatch object from a raw IDispatch pointer. My next goal is to get an early bound class instance from that pointer (using a class generated from makepy). I can take the PyIDispat