Where can I get Windows checked build?

拥有回忆 提交于 2019-12-04 14:02:06

Checked builds are available to MSDN subscribers from the MSDN download website.

The benefits are that when you attach a kernel debugger to debug your driver, you will gets lots of extra debugging information sent to the debug console, especially if you call any function with invalid parameters, it will be caught closer to the actual error because every function does parameter checking (that's the checked part of checked build) and print a warning.

Here is a link with more information

And a description of one of the checked builds available on MSDN:

Windows 7 Checked/Debug Build (x86) - DVD (English)

File Name: en_windows_7_checked_build_dvd_x86_398742.iso

Date Published (UTC): 8/14/2009 9:55:36 AM

Last Updated (UTC): 5/21/2010 8:22:29 AM

Available to Levels: MSDN OS (VL); VS Pro with MSDN Pro (VL); VS Pro with MSDN Premium (Empower); MSDN OS (Retail); Developer AA; VS Pro with MSDN (Retail); MSDN Universal (Retail); VSTS Team Suite (VL); VSTS Architecture (VL); VS Premium with MSDN (MPN); VSTS Test (VL); VS Pro with MSDN Premium (MPN); MSDN Universal (VL); VSTS Database (VL); VS Pro with MSDN Premium (Retail); VSTS Test (Retail); VSTS Development (Retail); VSTS Architecture (Retail); VSTS Team Suite (Retail); VSTS Database (Retail); BizSpark Admin; BizSpark; VS Pro with MSDN Embedded (Retail); VS Pro with MSDN Embedded (VL); VS Test Pro with MSDN (VL); VS Ultimate with MSDN (VL); VS Premium with MSDN (VL); VS Pro with MSDN (VL); VS Test Pro with MSDN (Retail); MSDN Essentials; VS Premium with MSDN (Retail); VS Ultimate with MSDN (Retail); MSDN for Action Pack; VS Ultimate with MSDN (MPN); VS Ultimate with MSDN (NFR FTE);

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