📄 motod12.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MotoD12 - Win32 Checked--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Ming\LOCALS~1\Temp\RSP19.tmp" with contents
[
/nologo /Gz /MLd /W3 /Zi /Oi /Gy /I "D:\Driver\DriverStudio\DriverWorks\..\common\include\stl" /I "D:\Driver\NTDDK\inc" /I "D:\Driver\NTDDK\inc" /I "D:\Driver\NTDDK\inc\ddk" /I "D:\Driver\NTDDK\inc\ddk\wdm" /I "D:\Driver\DriverStudio\DriverWorks\include" /I "." /I "D:\Driver\DriverStudio\DriverWorks\source" /I "D:\Driver\NTDDK\inc\win98" /D WIN32=100 /D "RDRDBG" /D "SRVDBG" /D "STD_CALL" /D CONDITION_HANDLING=1 /D NT_UP=1 /D NT_INST=0 /D _NT1X_=100 /D WINNT=1 /D _WIN32_WINNT=0x0400 /D WIN32_LEAN_AND_MEAN=1 /D DBG=1 /D DEVL=1 /D FPO=0 /D "NDEBUG" /D _DLL=1 /D _X86_=1 /D I386=1 /D NTVERSION='WDM' /FR"Checked/" /Fp"Checked/MotoD12.pch" /YX /Fo"Checked/" /Fd".\objchk\i386\MotoD12.pdb" /FD /QI0f /Zel -cbstring /QIfdiv- /QIf /GF /c
"D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Ming\LOCALS~1\Temp\RSP19.tmp"
Creating temporary file "C:\DOCUME~1\Ming\LOCALS~1\Temp\RSP1A.tmp" with contents
[
usbd.lib wdm.lib "D:\Driver\DriverStudio\DriverWorks\lib\I386\checked\vdw_wdm.lib" /nologo /base:"0x10000" /version:5.0 /stack:0x40000,0x1000 /entry:"DriverEntry" /incremental:no /pdb:"objchk\i386/MotoD12.pdb" /map:"Checked/MotoD12.map" /machine:IX86 /nodefaultlib /out:".\objchk\i386\MotoD12.sys" /libpath:"D:\Driver\NTDDK\libchk\i386" /libpath:"D:\Driver\NTDDK\lib\i386\free" /driver:WDM /debug:FULL /IGNORE:4001,4037,4039,4065,4070,4078,4087,4089,4096,4210 /MERGE:_PAGE=PAGE /MERGE:_TEXT=.text /SECTION:INIT,d /MERGE:.rdata=.text /FULLBUILD /RELEASE /FORCE:MULTIPLE /OPT:REF /align:0x20 /osversion:5.00 /subsystem:native,1.10
".\Checked\MotoD12.obj"
".\Checked\MotoD12Device.obj"
".\Checked\MotoD12.res"
]
Creating command line "link.exe @C:\DOCUME~1\Ming\LOCALS~1\Temp\RSP1A.tmp"
<h3>Output Window</h3>
Compiling...
MotoD12Device.cpp
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(627) : error C2653: 'USB2KDevice' : is not a class or namespace name
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(637) : error C2673: 'Read' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(644) : error C2673: 'Read' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(651) : error C2065: 'm_Endpoint2IN' : undeclared identifier
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(651) : error C2228: left of '.MaximumTransferSize' must have class/struct/union type
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(668) : error C2673: 'Read' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(674) : error C2228: left of '.BuildBulkTransfer' must have class/struct/union type
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(686) : error C2673: 'Read' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(690) : error C2673: 'Read' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(695) : error C2228: left of '.SubmitUrb' must have class/struct/union type
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(695) : error C2065: 'ReadCompleteLINK' : undeclared identifier
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(716) : error C2653: 'USB2KDevice' : is not a class or namespace name
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(744) : error C2065: 'DecrementOutstandingRequestCount' : undeclared identifier
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(769) : error C2653: 'USB2KDevice' : is not a class or namespace name
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(778) : error C2673: 'Write' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(785) : error C2673: 'Write' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(788) : error C2065: 'm_Endpoint2OUT' : undeclared identifier
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(788) : error C2228: left of '.MaximumTransferSize' must have class/struct/union type
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(808) : error C2673: 'Write' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(814) : error C2228: left of '.BuildBulkTransfer' must have class/struct/union type
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(825) : error C2673: 'Write' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(829) : error C2673: 'Write' : global functions do not have 'this' pointers
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(834) : error C2228: left of '.SubmitUrb' must have class/struct/union type
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(834) : error C2065: 'WriteCompleteLINK' : undeclared identifier
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(855) : error C2653: 'USB2KDevice' : is not a class or namespace name
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(909) : error C2653: 'ZBoarduDevice' : is not a class or namespace name
D:\usb\drv\MotoD12-sybol\MotoD12\sys\MotoD12Device.cpp(923) : error C2673: 'FlushBuffers' : global functions do not have 'this' pointers
Error executing cl.exe.
<h3>Results</h3>
MotoD12.sys - 27 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -