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 accessed by a Java 
application, VBScript script, and C/C++ DLL; this question is just focusing on 
the C/C++ part of it.

The same question has been posted on SO with a bit more information: 
http://stackoverflow.com/questions/36142243/c-c-com-client-calling-python-com-server

Any help would be appreciated.

Thanks!
- Gindi


CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024.
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to