Article ID: 263979 - Last Review: February 12, 2007 - Revision: 1.2 PRB: Checked Build Environment of WinHEC 2000 DDKThis article was previously published under Q263979 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
| Article Translations
|
Back to the top
