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

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -