⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usbhostsample.plg

📁 75448150Cy7c68013pro.rar
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: USBHOSTSAMPLE - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6EF.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/USBHOSTSAMPLE.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\USB\68013\Chap20\Chap20\Host\USBHOSTSAMPLEDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6EF.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/USBHOSTSAMPLE.pdb" /debug /machine:I386 /out:"Debug/USBHOSTSAMPLE.exe" /pdbtype:sept  .\Debug\StdAfx.obj .\Debug\USBHOSTSAMPLE.obj .\Debug\USBHOSTSAMPLEDlg.obj .\Debug\USBHOSTSAMPLE.res "
<h3>Output Window</h3>
Compiling...
USBHOSTSAMPLEDlg.cpp
e:\usb\68013\chap20\chap20\host\usbhostsampledlg.cpp(4) : warning C4652: compiler option 'Generate Browser Info' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
e:\usb\68013\chap20\chap20\host\usb100.h(132) : error C2146: syntax error : missing ';' before identifier 'bLength'
e:\usb\68013\chap20\chap20\host\usb100.h(132) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(132) : error C2501: 'bLength' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(133) : error C2146: syntax error : missing ';' before identifier 'bDescriptorType'
e:\usb\68013\chap20\chap20\host\usb100.h(133) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(133) : error C2501: 'bDescriptorType' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(134) : error C2146: syntax error : missing ';' before identifier 'bcdUSB'
e:\usb\68013\chap20\chap20\host\usb100.h(134) : error C2501: 'INT16' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(134) : error C2501: 'bcdUSB' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(135) : error C2146: syntax error : missing ';' before identifier 'bDeviceClass'
e:\usb\68013\chap20\chap20\host\usb100.h(135) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(135) : error C2501: 'bDeviceClass' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(136) : error C2146: syntax error : missing ';' before identifier 'bDeviceSubClass'
e:\usb\68013\chap20\chap20\host\usb100.h(136) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(136) : error C2501: 'bDeviceSubClass' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(137) : error C2146: syntax error : missing ';' before identifier 'bDeviceProtocol'
e:\usb\68013\chap20\chap20\host\usb100.h(137) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(137) : error C2501: 'bDeviceProtocol' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(138) : error C2146: syntax error : missing ';' before identifier 'bMaxPacketSize0'
e:\usb\68013\chap20\chap20\host\usb100.h(138) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(138) : error C2501: 'bMaxPacketSize0' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(139) : error C2146: syntax error : missing ';' before identifier 'idVendor'
e:\usb\68013\chap20\chap20\host\usb100.h(139) : error C2501: 'INT16' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(139) : error C2501: 'idVendor' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(140) : error C2146: syntax error : missing ';' before identifier 'idProduct'
e:\usb\68013\chap20\chap20\host\usb100.h(140) : error C2501: 'INT16' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(140) : error C2501: 'idProduct' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(141) : error C2146: syntax error : missing ';' before identifier 'bcdDevice'
e:\usb\68013\chap20\chap20\host\usb100.h(141) : error C2501: 'INT16' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(141) : error C2501: 'bcdDevice' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(142) : error C2146: syntax error : missing ';' before identifier 'iManufacturer'
e:\usb\68013\chap20\chap20\host\usb100.h(142) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(142) : error C2501: 'iManufacturer' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(143) : error C2146: syntax error : missing ';' before identifier 'iProduct'
e:\usb\68013\chap20\chap20\host\usb100.h(143) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(143) : error C2501: 'iProduct' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(144) : error C2146: syntax error : missing ';' before identifier 'iSerialNumber'
e:\usb\68013\chap20\chap20\host\usb100.h(144) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(144) : error C2501: 'iSerialNumber' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(145) : error C2146: syntax error : missing ';' before identifier 'bNumConfigurations'
e:\usb\68013\chap20\chap20\host\usb100.h(145) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(145) : error C2501: 'bNumConfigurations' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(151) : error C2146: syntax error : missing ';' before identifier 'bLength'
e:\usb\68013\chap20\chap20\host\usb100.h(151) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(151) : error C2501: 'bLength' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(152) : error C2146: syntax error : missing ';' before identifier 'bDescriptorType'
e:\usb\68013\chap20\chap20\host\usb100.h(152) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(152) : error C2501: 'bDescriptorType' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(153) : error C2146: syntax error : missing ';' before identifier 'bEndpointAddress'
e:\usb\68013\chap20\chap20\host\usb100.h(153) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(153) : error C2501: 'bEndpointAddress' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(154) : error C2146: syntax error : missing ';' before identifier 'bmAttributes'
e:\usb\68013\chap20\chap20\host\usb100.h(154) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(154) : error C2501: 'bmAttributes' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(155) : error C2146: syntax error : missing ';' before identifier 'wMaxPacketSize'
e:\usb\68013\chap20\chap20\host\usb100.h(155) : error C2501: 'INT16' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(155) : error C2501: 'wMaxPacketSize' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(156) : error C2146: syntax error : missing ';' before identifier 'bInterval'
e:\usb\68013\chap20\chap20\host\usb100.h(156) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(156) : error C2501: 'bInterval' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(169) : error C2146: syntax error : missing ';' before identifier 'bLength'
e:\usb\68013\chap20\chap20\host\usb100.h(169) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(169) : error C2501: 'bLength' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(170) : error C2146: syntax error : missing ';' before identifier 'bDescriptorType'
e:\usb\68013\chap20\chap20\host\usb100.h(170) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(170) : error C2501: 'bDescriptorType' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(171) : error C2146: syntax error : missing ';' before identifier 'wTotalLength'
e:\usb\68013\chap20\chap20\host\usb100.h(171) : error C2501: 'INT16' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(171) : error C2501: 'wTotalLength' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(172) : error C2146: syntax error : missing ';' before identifier 'bNumInterfaces'
e:\usb\68013\chap20\chap20\host\usb100.h(172) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(172) : error C2501: 'bNumInterfaces' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(173) : error C2146: syntax error : missing ';' before identifier 'bConfigurationValue'
e:\usb\68013\chap20\chap20\host\usb100.h(173) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(173) : error C2501: 'bConfigurationValue' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(174) : error C2146: syntax error : missing ';' before identifier 'iConfiguration'
e:\usb\68013\chap20\chap20\host\usb100.h(174) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(174) : error C2501: 'iConfiguration' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(175) : error C2146: syntax error : missing ';' before identifier 'bmAttributes'
e:\usb\68013\chap20\chap20\host\usb100.h(175) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(175) : error C2501: 'bmAttributes' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(176) : error C2146: syntax error : missing ';' before identifier 'MaxPower'
e:\usb\68013\chap20\chap20\host\usb100.h(176) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(176) : error C2501: 'MaxPower' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(180) : error C2146: syntax error : missing ';' before identifier 'bLength'
e:\usb\68013\chap20\chap20\host\usb100.h(180) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(180) : error C2501: 'bLength' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(181) : error C2146: syntax error : missing ';' before identifier 'bDescriptorType'
e:\usb\68013\chap20\chap20\host\usb100.h(181) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(181) : error C2501: 'bDescriptorType' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(182) : error C2146: syntax error : missing ';' before identifier 'bInterfaceNumber'
e:\usb\68013\chap20\chap20\host\usb100.h(182) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(182) : error C2501: 'bInterfaceNumber' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(183) : error C2146: syntax error : missing ';' before identifier 'bAlternateSetting'
e:\usb\68013\chap20\chap20\host\usb100.h(183) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(183) : error C2501: 'bAlternateSetting' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(184) : error C2146: syntax error : missing ';' before identifier 'bNumEndpoints'
e:\usb\68013\chap20\chap20\host\usb100.h(184) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(184) : error C2501: 'bNumEndpoints' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(185) : error C2146: syntax error : missing ';' before identifier 'bInterfaceClass'
e:\usb\68013\chap20\chap20\host\usb100.h(185) : error C2501: 'INT8' : missing storage-class or type specifiers
e:\usb\68013\chap20\chap20\host\usb100.h(185) : fatal error C1003: error count exceeds 100; stopping compilation
执行 cl.exe 时出错.



<h3>Results</h3>
USBHOSTSAMPLE.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -