C++ Runtime error when linked with Python COM -
i getting c++ runtime error (r6034) when using c dll run python script. details of dll can found at: https://www.goldsim.com/library/models/featurescapabilities/dllscripts/pythondll/
i building dll per instructions provided , have created required python files dll module should work getting mentioned runtime error python file following lines:
import pythoncom, pywintypes win32com.client import dispatch
does have advice how fix this? running windows10 32bit version of python installed if helps. thanks.
Comments
Post a Comment