Khangura,Gindi wrote:
> I have a COM server implemented in Python 2.7 (using pythoncom) that I
> am able to call using a Python or VBScript client. I would like to
> call the COM server from C/C++ code as well, but cannot find any
> information regarding this.
> My intention is to have a Python-onl
I have a COM server implemented in Python 2.7 (using pythoncom) that I am able
to call using a Python or VBScript client. I would like to call the COM server
from C/C++ code as well, but cannot find any information regarding this.
My intention is to have a Python-only COM server that can be acces