开发者

Make Visual Studio 2008 use 8.0 CRT Libraries?

开发者 https://www.devze.com 2023-01-18 05:05 出处:网络
开发者_如何学运维is there a simple way to make Visual Studio 2008 use 8.0 CRT libraries in my c++ project? I really do not want to install Visual Studio 2005 just to do this. Thanks
开发者_如何学运维

is there a simple way to make Visual Studio 2008 use 8.0 CRT libraries in my c++ project? I really do not want to install Visual Studio 2005 just to do this. Thanks


I really do not want to install Visual Studio 2005 just to do this

Well, that's going to be difficult, you won't have the CRT include files if you don't do this. You need them, especially to get the correct manifest. Another obstacle is that the directories to search is a global setting, Tools + Options. You'd have to carefully set the directories in the project settings so the 2005 directories always get searched first.

Installing 2005 takes half an hour, tops. Tough to beat as soon as you hit the first snag, which ought to be getting the manifest right.


I would not recommend this, you are setting yourself up for a world of hurt (> the time taken to install VS2005 and reconstruct the project, imo).

Why do you need to do it?

0

精彩评论

暂无评论...
验证码 换一张
取 消