Re: [python-win32] C/C++ COM client calling Python COM server

2016-03-21 Thread Tim Roberts
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

[python-win32] C/C++ COM client calling Python COM server

2016-03-21 Thread Khangura,Gindi
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