读书人

VS2008专业版使用团队版的编译器可能

发布时间: 2012-01-30 21:15:58 作者: rapoo

VS2008专业版使用团队版的编译器,可能就可以进行代码分析!
因为卸载了专业版,安装了团队版,但是团队版编译速度真的太慢了,专业版的时候速度还可以,猜测可能两者的编译器不同,所以把团队版的bin文件夹替换为专业版的,因为在团队版中我设置了代码分析,所以重新编译之后,在输出窗口显示

Compiling...
cl : Command line warning D9040 : ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler
stdafx.cpp
Compiling...
cl : Command line warning D9040 : ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler


也就是说专业版的编译器里没有代码分析功能,猜测如果专业版使用团队版的bin文件夹,并且增加编译选项"/analyze", 可能能够使用代码分析功能!感兴趣的正在使用专业版的同仁可以试试!试过之后希望能来分享经验!

[解决办法]
这个帖子不错
推荐一下
[解决办法]
Oh,工具不错啊!

读书人网 >VC/MFC

热点推荐