从 VS2008 迁移到 VS2010 时要记住的事项

发布于 2024-07-26 21:47:39 字数 82 浏览 7 评论 0 原文

因此,我很快就会致力于移植两个 API(C++ 和 C++/CLI)以使用 VS2010 编译器。 我认为在这方面抢先一步是个好主意。 有小费吗?

So, I'll be soon working on porting two APIs (C++ and C++/CLI) to use the VS2010 compiler. I think it'd be a good idea to have a head start on this. Any tips?

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

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

发布评论

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

评论(3

靑春怀旧 2024-08-02 21:47:39

概述了 C++/STL 项目的重大更改 此处

vs2010 还将在 MSBuild 中使用不同的构建机制。

不幸的是,vs2010 中改进的 Intellisense 不会扩展到C++/CLI 有些人对此不太满意,但是本机代码开发人员可以期待一个响应更快的环境(希望如此)。

Breaking changes to C++/STL projects are outlined here.

vs2010 will also use a different build mechanism in the for of MSBuild.

Unfortunately, the revamped Intellisense in vs2010 won't extend to C++/CLI which some people aren't too happy about, however native code developer can look forward to a more responsive environment (hopefully).

看春风乍起 2024-08-02 21:47:39

提示 #1:这是测试版!不要指望 RTM 性能、稳定性或其他任何东西。
提示#2:报告错误!如果您希望它不再像测试版一样运行,那么您必须在 Connect (http://connect.microsoft.com/visualstudio/)。

Tip #1: it's a beta! Don't expect RTM performance, stability, or anything else.
Tip #2: Report bugs! If you want it to ever stop acting like a beta, then you have to tell Microsoft about it on Connect (http://connect.microsoft.com/visualstudio/).

神经暖 2024-08-02 21:47:39

只是一件值得注意的小事。 在 VS2010 中,您可以选择指定目标框架。

Just a little thing worth noting. In VS2010, you have the option of specifying the target framework.

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