Runtime error R6034 in embedded Python application

前端 未结 13 1197
暗喜
暗喜 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

    In my case the rebuilding of linked libraries and the main project with similar "Runtime execution libraries" project setting helped. Hope that will be usefull for anybody.

提交回复
热议问题