?? usbhost.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: usbhost - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP15.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/usbhost.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP15.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/usbhost.pdb" /machine:I386 /out:"Release/usbhost.exe" ".\Release\StdAfx.obj" ".\Release\usbhost.obj" ".\Release\usbhostDlg.obj" ".\Release\usbhost.res" "
<h3>Output Window</h3>
Compiling...
usbhostDlg.cpp
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(556) : error C2065: 'USB_DEVICE_DESCRIPTOR' : undeclared identifier
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(556) : error C2146: syntax error : missing ';' before identifier 'output'
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(556) : error C2065: 'output' : undeclared identifier
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(584) : error C2228: left of '.bLength' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(586) : error C2228: left of '.bDescriptorType' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(588) : error C2228: left of '.bcdUSB' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(590) : error C2228: left of '.bDeviceClass' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(592) : error C2228: left of '.bDeviceSubClass' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(594) : error C2228: left of '.bDeviceProtocol' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(596) : error C2228: left of '.bMaxPacketSize0' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(598) : error C2228: left of '.idVendor' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(600) : error C2228: left of '.idProduct' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(602) : error C2228: left of '.bcdDevice' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(604) : error C2228: left of '.iManufacturer' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(606) : error C2228: left of '.iProduct' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(608) : error C2228: left of '.iSerialNumber' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(610) : error C2228: left of '.bNumConfigurations' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(622) : error C2065: 'USB_CONFIGURATION_DESCRIPTOR' : undeclared identifier
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(622) : error C2146: syntax error : missing ';' before identifier 'output'
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(650) : error C2228: left of '.bLength' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(652) : error C2228: left of '.bDescriptorType' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(654) : error C2228: left of '.wTotalLength' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(656) : error C2228: left of '.bNumInterfaces' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(658) : error C2228: left of '.bConfigurationValue' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(660) : error C2228: left of '.iConfiguration' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(662) : error C2228: left of '.bmAttributes' must have class/struct/union type
E:\畢設資料\USB2.0原理與開發設計\Chap17\bulktransfer\host\usbhostDlg.cpp(664) : error C2228: left of '.MaxPower' must have class/struct/union type
Error executing cl.exe.
<h3>Results</h3>
usbhost.exe - 27 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -