Divya wrote:
> Hello,
>
> I'm new to IronPython and COM so please bear with me.
>
> I have a COM interface provided to me. I need to implement this
> interface and pass it to a method as a way of implementing
> 'callbacks'.
>
> However it appears that the methods of my interface object are never
Hello,
I'm new to IronPython and COM so please bear with me.
I have a COM interface provided to me. I need to implement this
interface and pass it to a method as a way of implementing
'callbacks'.
However it appears that the methods of my interface object are never
called.
As a alternative, I i