prefast

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 -

Prefast with Visual studio 2008

拜拜、爱过 提交于 2019-12-19 02:34:08
问题 Is there any way to enable Prefast in Visual Studio 2008 Professional addition? I am trying to compile native c++ code. I have tried following things, Downloaded Windows SDK Set compiler's Bin / Include / Lib paths to the SDK. Added additional option for c/c++ compilation (/Analyze:WX-) I believe these steps should have set the appropriate compiler to do static analysis using prefast. This setting actually worked with Visual Studio 2005. However it does not work with Visual Studio 2008. It

Prefast for Visual Studio 2008

丶灬走出姿态 提交于 2019-12-05 17:42:19
Where can I find a download of Prefast for Visual Studio 2008? I am not able find it through Google or the MSDN Website. 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