Prefast for Visual Studio 2008

↘锁芯ラ 提交于 2020-01-02 05:56:11

问题


Where can I find a download of Prefast for Visual Studio 2008? I am not able find it through Google or the MSDN Website.


回答1:


PREfast is included in the Windows Driver Kit (WDK). Start here for instructions on how to get the WDK:

  • http://www.microsoft.com/whdc/devtools/wdk/wdkpkg.mspx

I'm not sure how easy it is to integrate into Visual Studio. Visual Studio 2008 includes a C/C++ analysis function (the /analyze option) which is similar in some ways to PREfast (but I'm not sure how similar - many articles seem to indicate it's the same thing).



来源:https://stackoverflow.com/questions/1016553/prefast-for-visual-studio-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!