让 Visual Studio 2008 使用 8.0 CRT 库?

发布于 2024-09-25 22:17:35 字数 101 浏览 1 评论 0原文

有没有一种简单的方法可以让 Visual Studio 2008 在我的 C++ 项目中使用 8.0 CRT 库?我真的不想只是为了这样做而安装 Visual Studio 2005。谢谢

is there a simple way to make Visual Studio 2008 use 8.0 CRT libraries in my c++ project? I really do not want to install Visual Studio 2005 just to do this. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南城旧梦 2024-10-02 22:17:35

我真的不想只是为了执行此操作而安装 Visual Studio 2005

好吧,这会很困难,如果不执行此操作,您将不会获得 CRT 包含文件。您需要它们,尤其是为了获得正确的清单。另一个障碍是要搜索的目录是全局设置,工具+选项。您必须在项目设置中仔细设置目录,以便始终首先搜索 2005 目录。

安装 2005 最多需要半个小时。一旦遇到第一个障碍,就很难克服,这应该是正确的。

I really do not want to install Visual Studio 2005 just to do this

Well, that's going to be difficult, you won't have the CRT include files if you don't do this. You need them, especially to get the correct manifest. Another obstacle is that the directories to search is a global setting, Tools + Options. You'd have to carefully set the directories in the project settings so the 2005 directories always get searched first.

Installing 2005 takes half an hour, tops. Tough to beat as soon as you hit the first snag, which ought to be getting the manifest right.

只是我以为 2024-10-02 22:17:35

我不建议这样做,你正在为自己设置一个受伤的世界(>安装 VS2005 和重建项目所花费的时间,我认为)。

为什么你需要这样做?

I would not recommend this, you are setting yourself up for a world of hurt (> the time taken to install VS2005 and reconstruct the project, imo).

Why do you need to do it?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文