Using Python 3.3 in C++ 'python33_d.lib' not found

前端 未结 5 2104
情歌与酒
情歌与酒 2020-12-13 10:54

I am trying to #include in my C++ code and when I go to compile my code I get the error of:

fatal error LNK1104: cannot open fi         


        
5条回答
  •  眼角桃花
    2020-12-13 11:06

    If you install python via the installers on python.org, you can tell the installer to include the debugging symbols and binaries such as the pythonXX_d.dll file by selecting "Customize Installation" while installing (I think it's on the second customization page). This may be the easiest solution if you're not very savvy at building the project yourself (like me). Too bad I don't see any way to do this with the anaconda distribution.

提交回复
热议问题