Visual C++ 2010 与 VC 2008 的兼容性

发布于 2024-09-13 05:42:33 字数 147 浏览 4 评论 0原文

我正在使用 Visual C++ 2010 编译一个程序,但我不希望每个人都必须下载可再发行包来运行我的程序。大多数使用我的程序的人都已经有了 VC++ 2008 可再发行包,那么有没有办法可以编译它并与 VC 2008 兼容?或者有地方可以下载VC 2008 Express吗?

I am compiling a program with Visual C++ 2010 but I don't want everyone to have to download the redistributable package to run my programs. Most people that will be using my program already have the VC++ 2008 redistributable package though, so is there a way I can compile it with compatibility with VC 2008? Or is there a place I can download VC 2008 express?

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

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

发布评论

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

评论(2

删除会话 2024-09-20 05:42:33

Visual Studio 2010 可以选择使用 Visual Studio 2008 工具集进行编译。您可以在项目设置下找到它。我认为该选项只是在常规属性页面中标记为“平台工具集”。

Visual Studio 2010 has an option to compile with Visual Studio 2008 toolset. You can find it under your project settings. I think the option is just labeled 'Platform Toolset' in the general properties page.

她说她爱他 2024-09-20 05:42:33

如果将“平台工具集”设置为“从父级或项目默认值继承”,它将在大多数情况下起作用。

If you set the 'Platform Toolset' to "inherit from parent or project defaults" it will work in most of the cases.

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