生成日志
  

生成 已启动: 项目: Private_PsVoidDrv,配置: WNET Checked|Win32

命令行
  
正在创建临时文件“H:\TEMP\BAT00000624121560.bat”,其内容为
[
@echo off

ddkbuild -WNET checked .

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

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

exit 1

:VCEnd
]
正在创建命令行“H:\TEMP\BAT00000624121560.bat”
输出窗口
  
正在执行生成文件项目操作
DDKBUILD VERSION 3.12.35 FREEWARE FROM HOLLIS TECHNOLOGY SOLUTIONS
Comments? Suggestions? info@hollistech.com
DDKBUILD using NET DDK in directory . 
 for chk version (basedir D:\DevelopmentKits\WinDDK\6001.18002 extension chk_wnet_x86)
 commandline: " build -e -MI         " 
path contains nonexistant d:\softwares\microsoft visual studio 9.0\common7\tools\bin, removing
path contains nonexistant c:\program files\html help workshop, removing
path contains nonexistant c:\windows\syswow64, removing
BUILD: Compile and Link for x86
BUILD: Loading d:\developmentkits\winddk\6001.18002\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Start time: Thu Jul 09 20:45:48 2009
CreateFileW(g:\sources\psvoiddrv\buildlog.htm) failed GetLastError()=0x00000020
BUILD: Examining g:\sources\psvoiddrv directory for files to compile.
    g:\sources\psvoiddrv 
BUILD: Saving d:\developmentkits\winddk\6001.18002\build.dat...
BUILD: Compiling and Linking g:\sources\psvoiddrv directory
_NT_TARGET_VERSION SET TO WS03
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.278 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.
cl /Fo"g:\sources\psvoiddrv\objchk_wnet_x86\i386/"
   /FC
   
   
   /Ii386
   /I.
   /I.
   /Ig:\sources\psvoiddrv\objchk_wnet_x86\i386
   /ID:\DevelopmentKits\WinDDK\6001.18002\inc\api
   /ID:\DevelopmentKits\WinDDK\6001.18002\inc\api
   /ID:\DevelopmentKits\WinDDK\6001.18002\inc\ddk
   /ID:\DevelopmentKits\WinDDK\6001.18002\inc\ddk
   /ID:\DevelopmentKits\WinDDK\6001.18002\inc\crt
   /D_X86_=1
   /Di386=1
   
   /DSTD_CALL
   /DCONDITION_HANDLING=1
   
   
   /DNT_INST=0
   /DWIN32=100
   /D_NT1X_=100
   /DWINNT=1
   /D_WIN32_WINNT=0x0502
   /DWINVER=0x0502
   /D_WIN32_IE=0x0603
   
   
   
   /DWIN32_LEAN_AND_MEAN=1
   
   /DDEVL=1
   /DDBG=1
   /D__BUILDMACHINE__=WinDDK
   /DFPO=0
   
   
   /D_DLL=1
   /DNDEBUG
   
   /DDEPRECATE_DDK_FUNCTIONS=1
   /DMSC_NOOPT
   /DNTDDI_VERSION=0x05020100
   
   
   
   
   /c
   /Zc:wchar_t-
   /Zl
   /Zp8
   /Gy
   /Gm-
   -cbstring
   /W3
   
   /Gz
   
   
   /hotpatch
   /EHs-c-
   
   /GR-
   /GF
   /GS
   /Zi
   /Od
   /Oi
   
   
   /Oy-
   /Zi
   /Fdg:\sources\psvoiddrv\objchk_wnet_x86\i386\
   
   
   /DKMDF_MAJOR_VERSION=01
   /DKMDF_MINOR_VERSION=007
   /FID:\DevelopmentKits\WinDDK\6001.18002\inc\api\warning.h
   
   
   .\psvoiddrv.c 
psvoiddrv.c
Linking Executable - objchk_wnet_x86\i386\psvoiddrv.sys
Microsoft (R) Incremental Linker Version 8.00.50727.278
Copyright (C) Microsoft Corporation.  All rights reserved.
/MERGE:_PAGE=PAGE 
/MERGE:_TEXT=.text 
/SECTION:INIT,d 
/OPT:REF 
/OPT:ICF 
/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221 
/INCREMENTAL:NO 
/release 
/NODEFAULTLIB 
/WX 
/debug 
/debugtype:cv,fixup,pdata 
/version:6.0 
/osversion:6.0 
/functionpadmin:5 
/safeseh 
/pdbcompress 
/STACK:0x40000,0x1000 
/driver 
/base:0x10000 
/subsystem:native,5.02 
/entry:GsDriverEntry@8 
/out:g:\sources\psvoiddrv\objchk_wnet_x86\i386\PsVoidDrv.sys 
g:\sources\psvoiddrv\objchk_wnet_x86\i386\psvoiddrv.obj 
d:\developmentkits\winddk\6001.18002\lib\wnet\i386\BufferOverflowK.lib 
d:\developmentkits\winddk\6001.18002\lib\wnet\i386\ntoskrnl.lib 
d:\developmentkits\winddk\6001.18002\lib\wnet\i386\hal.lib 
d:\developmentkits\winddk\6001.18002\lib\wnet\i386\wmilib.lib 
d:\developmentkits\winddk\6001.18002\lib\wnet\i386\sehupd.lib 
BUILD: Finish time: Thu Jul 09 20:45:49 2009
BUILD: Done
    1 file compiled - 3 Warnings - 1 Error
    1 executable built
=============== build warnings ======================
warnings found in build
errors found in build
 
 
build complete status 4
building browse information files
结果
  
生成日志保存在“file://g:\Sources\PsVoidDrv\BuildLog.htm”
Private_PsVoidDrv - 0 个错误,0 个警告