Runtime error R6034 in embedded Python application

前端 未结 13 1208
暗喜
暗喜 2020-12-04 10:06

I am working on an application which uses Boost.Python to embed the Python interpreter. This is used to run user-generated \"scripts\" which interact with the main program.<

13条回答
  •  伪装坚强ぢ
    2020-12-04 10:39

    The discussion on this page involves doing things way far advanced above me. (I don't code.) Nevertheless, I ran Process Explorer as the recommended diagnostic. I found that another program uses and needs msvcr90.dll in it's program folder. Not understanding anything else being discussed here, as a wild guess I temporarily moved the dll to a neighboring program folder.

    Problem solved. End of Runtime error message.

    (I moved the dll back when I was finished with the program generating the error message.)

    Thank you all for your help and ideas.

提交回复
热议问题