生成日志
  

生成 已启动: 项目: ReadMemory,配置: WinDDK|Win32

命令行
  
正在创建临时文件“C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\BAT00000170322028.bat”,其内容为
[
@echo off

mybuild.bat

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: 某个工具从以下位置返回了错误代码: "正在执行生成文件项目操作"

exit 1

:VCEnd
]
正在创建命令行“C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\BAT00000170322028.bat”
输出窗口
  
正在执行生成文件项目操作
OSR DDKBUILD.CMD V7.3/r27 (2008-09-06) - OSR, Open Systems Resources, Inc.
DDKBLD: WLHXP (checked) using the Windows Vista/Windows 2008 Server DDK and %WLHBASE%
DDKBLD: Directory: D:\Driver\README~1 + argument(s): -cZ -WDF
DDKBLD: WLHBASE: C:\WinDDK\6001~1.180
DDKBLD: Run build -MI -Ze -cZ for checked version in .
path contains nonexistant c:\program files\microsoft visual studio 9.0\common7\tools\bin, removing
path contains nonexistant c:\windows\syswow64, removing
BUILD: Compile and Link for x86
BUILD: Start time: Fri Jun 26 21:07:27 2009
BUILD: Examining d:\driver\readme~1 directory for files to compile.
    d:\driver\readme~1 
BUILD: Compiling and Linking d:\driver\readme~1 directory
_NT_TARGET_VERSION SET TO WINXP
Compiling - readmemory.cpp
Linking Executable - objchk_wxp_x86\i386\readmemory.sys
BUILD: Finish time: Fri Jun 26 21:07:28 2009
BUILD: Done
    3 files compiled - 10 Warnings
    1 executable built
DDKBLD: ================ Build warnings =======================
d:\driver\readmemory\struct.h(416) : warning C4273: 'ZwOpenProcess' : inconsistent dll linkage
d:\driver\readmemory\struct.h(416) : warning C4273: 'ZwOpenProcess' : inconsistent dll linkage
d:\driver\readmemory\struct.h(427) : warning C4273: 'PsGetProcessId' : inconsistent dll linkage
d:\driver\readmemory\struct.h(427) : warning C4273: 'PsGetProcessId' : inconsistent dll linkage
d:\driver\readmemory\readmemory.cpp(255) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(255) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(259) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(259) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(332) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(332) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(425) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(425) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(486) : warning C4996: 'ExAllocatePool' was declared deprecated
d:\driver\readmemory\readmemory.cpp(486) : warning C4996: 'ExAllocatePool' was declared deprecated
DDKBLD: =======================================================
DDKBLD: Build complete
DDKBLD: Building browse information files
结果
  
生成日志保存在“file://d:\Driver\ReadMemory\WinDDK\BuildLog.htm”
ReadMemory - 0 个错误,14 个警告