Access violation when using python function in C++

后端 未结 0 795
天命终不由人
天命终不由人 2021-01-15 17:20

When I tried this code:

PyRun_SimpleString("print(\'hello\')");

it works.

but when I tried this code:

PyObjec         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题