简体   繁体   English

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

[英]Things to keep in mind when migrating from VS2008 to VS2010

So, I'll be soon working on porting two APIs (C++ and C++/CLI) to use the VS2010 compiler. 所以,我将很快开始移植两个API(C ++和C ++ / CLI)来使用VS2010编译器。 I think it'd be a good idea to have a head start on this. 我认为在这方面有一个良好的开端是个好主意。 Any tips? 有小费吗?

Breaking changes to C++/STL projects are outlined here . 这里概述对C ++ / STL项目的重大更改。

vs2010 will also use a different build mechanism in the for of MSBuild . vs2010还将在MSBuild for for中使用不同的构建机制。

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). 不幸的是, vs2010中改进的Intellisense 不会扩展到C ++ / CLI ,有些人不太高兴,但是本机代码开发人员可以期待更具响应性的环境(希望如此)。

Tip #1: it's a beta! 提示#1: 这是一个测试版! Don't expect RTM performance, stability, or anything else. 不要指望RTM性能,稳定性或其他任何东西。
Tip #2: Report bugs! 提示#2: 报告错误! 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/ ). 如果你希望它永远不会像测试版一样,那么你必须在Connect( http://connect.microsoft.com/visualstudio/ )上告诉微软。

Just a little thing worth noting. 只是一件值得注意的事情。 In VS2010, you have the option of specifying the target framework. 在VS2010中,您可以选择指定目标框架。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 VS2010和VS2008中C ++应用程序的性能 - Performance of C++ applications in VS2010 and VS2008 确定何时在VS2010中而不是VS2008中使用VC90编译器? - Determine when using the VC90 compiler in VS2010 instead of VS2008? 从VS2008转换为VS2010后,C ++ / CLI DLL项目停止链接 - C++/CLI DLL project stops linking after conversion from VS2008 to VS2010 从VS2005升级VS2008(或VS2010)时出现LNK2001和LNK2019错误 - LNK2001 and LNK2019 error during VS2008 (or VS2010) upgrade from VS2005 将项目从 VS2008 迁移到 VS2013 - migrating a project from VS2008 to VS2013 VS2005,VS2008下的C ++ EXE速度; VS2010编译器 - Resulting EXE speed for C++ under VS2005, VS2008; VS2010 compilers 将宏从vs2005迁移到vs2010 - migrating macro from vs2005 to vs2010 使用托管和非托管 C++ 将 VS2008 升级到 VS2010 的问题 - Problems upgrading VS2008 to VS2010 with Managed and Unmanaged C++ 错误:C2065:'DBL_MAX':未声明的标识符(在VS2008中但不在VS2010中) - error: C2065: 'DBL_MAX' : undeclared identifier (in VS2008 but not in VS2010) 将VS2008转换为VS2010项目“找不到指定的文件” - Converting VS2008 to VS2010 project “cannot find the file specified”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM