vs2005
-
The source code , written with VS2005 , is available on CodePlex .
源代码是使用VS2005编写的,可以在CodePlex中获得。
-
The latter is expected to much easier to learn , but the former is already in use by developers using VS2005 .
后者相对容易学习,但是前者已经被VS2005的开发人员大量使用了(已经相对熟悉了)。
-
As an alternative method , one can use the / W4-C4996 compiler option in VS2005 or later .
另一种可选的方式是编程人员可以在VS2005或后续版本中使用/W4-C4996编译选项。
-
On the plus side , at least the project file is not changing and VS2005 users can work alongside VS2008 users .
不过利好的一面是,至少项目文件不会改变,VS2005的用户也可以和VS2008的用户协同工作。
-
This can cause problems if you have a versioning scheme designed under VS2005 , and then deploy the application via VS2008 .
如果你有一个在VS2005下设计的版本方案,并在VS2008中来部署应用程序的话,这就会引起问题。
-
The project file is actually still backwards compatible with VS2005 so you can still open it there , the solution file however , is just one way .
而这个项目仍然可以用2005打开,它是向下兼容的。