建筑项目选择1 [英] Building project options 1

查看:101
本文介绍了建筑项目选择1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我应该在Visual Studio 6.0中使用哪些构建选项以在Visual Studio 9.0中使用构建的库?

What building options should i use in Visual Studio 6.0 to use builded library in Visual Studio 9.0?

推荐答案

添加到T2102

VC ++ 2010比VC ++ 6更符合标准,因此您可能需要对代码进行大量调整.这完全取决于您在VC ++ 6中编写代码的方式.
Adding to T2102

VC++ 2010 is far more standards compliant than VC++ 6 was, so you will probably need to do quite a bit of tweaking of your code. It all depends on how you wrote your code in VC++ 6.


如果您不使用MFC,通常不难从VS 6.0升级到VS2010.只需先备份并执行如果可以,请进行增量版本升级.这样,就可以轻松找到有关版本之间差异的文档.从VS2008到VS2010,请注意VS会删除编译器的include,lib等目录.您可能需要将它们复制到LIB和INCLUDE环境变量,以及将外接程序目录添加到PATH环境变量.
If you are not using MFC, it usually is not hard to upgrade from VS 6.0 to VS 2010. Just backup first and do incremental version upgrades if you can. That way it is easier to find documentation on the differences between versions. Going from VS2008 to VS2010, note that VS removes your compiler''s include, lib, etc. directories. You might want to copy these to the LIB and INCLUDE environment variable, as well as add your add-in directory to the PATH environment variable.


这篇关于建筑项目选择1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆