在C ++中使用Python 3.3'python33_d.lib'未找到 [英] Using Python 3.3 in C++ 'python33_d.lib' not found

查看:431
本文介绍了在C ++中使用Python 3.3'python33_d.lib'未找到的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在我的C ++代码 #include< Python.h> ,当我去编译我的代码,我得到的错误:

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

fatal error LNK1104: cannot open file 'python33_d.lib'

现在我试图在我的计算机上找到 python33_d.lib 文件以包含在我的链接器依赖项中,但我没有找到。我已经能够找到 python33.lib

Now I have tried to find the python33_d.lib file on my computer to include in my linker dependencies, but I is not found. I have been able to find python33.lib.

我在哪里可以找到 python33_d

Where can I find the python33_d.lib, or how can I resolve this issue?

推荐答案

* .lib 用于调试构建。切换到发布版本。

*_d.lib is used for debug builds. Switch to a release build instead.

这篇关于在C ++中使用Python 3.3'python33_d.lib'未找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆