[python-win32] Using native COM interfaces
Manoj Plakal
terabaap@yumpee.org
Wed, 12 Dec 2001 00:41:10 -0600
Hello,
From what little I understand about COM, it seems that PythonCOM
supports IDispatch and some other standard COM interfaces through
the PythonCOM DLL.
How difficult would it be to add support for some other native
COM interfaces? Specifically, I'm interested in the interfaces
to DirectShow (part of DirectX 8). Also, can this be done in
a separate extension instead of having to modify the PythonCOM
DLL itself?
Thanks,
Manoj