?? driverdev.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DriverDev - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2A.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/DriverDev.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"Z:\windows Driver\chapter01\WDM_Driver\2\HelloWDM.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2A.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2B.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/DriverDev.pdb" /machine:I386 /out:"Release/DriverDev.exe"
".\Release\HelloWDM.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2B.tmp"
<h3>Output Window</h3>
Compiling...
HelloWDM.cpp
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(7944) : error C2146: syntax error : missing ';' before identifier 'InterruptTime'
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(7944) : error C2501: 'InterruptTime' : missing storage-class or type specifiers
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(7958) : error C2146: syntax error : missing ';' before identifier 'SystemTime'
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(7958) : error C2086: 'KSYSTEM_TIME' : redefinition
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(7958) : error C2501: 'SystemTime' : missing storage-class or type specifiers
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(7965) : error C2146: syntax error : missing ';' before identifier 'TimeZoneBias'
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(7965) : error C2086: 'KSYSTEM_TIME' : redefinition
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(7965) : error C2501: 'TimeZoneBias' : missing storage-class or type specifiers
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(9131) : error C2146: syntax error : missing ';' before identifier 'ContextRecord'
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(9131) : error C2501: 'PCONTEXT' : missing storage-class or type specifiers
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(9131) : error C2501: 'ContextRecord' : missing storage-class or type specifiers
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(10087) : error C2146: syntax error : missing ';' before identifier 'KeTickCount'
C:\WINDDK\3790.1830\inc\ddk\w2k\NTDDK.h(10087) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
<h3>Results</h3>
DriverDev.exe - 13 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -