Article ID: 263979 - Last Review: February 12, 2007 - Revision: 1.2

PRB: Checked Build Environment of WinHEC 2000 DDK

This article was previously published under Q263979
Expand all | Collapse all

SYMPTOMS

When you build the checked version of a device driver by using the WinHEC release of the Windows 2000 DDK, compiler optimizations are turned on by default. This may result in difficulties while you debug the driver.

RESOLUTION

A small change needs to be made to the %BASEDIR%\bin\Setenv.bat file to correct this problem. The changes are as follows (in bold):

:checked
rem set up an NT checked build environment

set BUILD_ALT_DIR=chk
set NTDBGFILES=1
set NTDEBUG=ntsd
set NTDEBUGTYPE=windbg
set MSC_OPTIMIZATION=/Od /Oi

APPLIES TO
  • Microsoft Win32 Device Driver Kit for Windows 2000
Keywords: 
kbbug kbkmode kbprb KB263979
 

Article Translations