omnet++ 中c++调用python的常见错误和解决1、错误和解决:2、总结:
我是用的32位mingw,32位python3.7。1、错误和解决:错误1:undefined reference to '_imp__Py_Initialize':原因:没有使用32位的python37.lib或没有在编译时引用python37.lib,如果mingw是32位,python就用32位。错误2:ld.exe: cannot find -lpython37.lib:...