testusb.plg

来自「VC例程:该程序是由VC编写有关USB编程(完整代码)」· PLG 代码 · 共 48 行

PLG
48
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: testUSB - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP61A2.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/testUSB.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\C语言源程序\Usb有关的编程\testUSB\ScrollerCtrl.cpp"
"F:\C语言源程序\Usb有关的编程\testUSB\testUSB.cpp"
"F:\C语言源程序\Usb有关的编程\testUSB\testUSBDlg.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP61A2.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP61A3.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/testUSB.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\C语言源程序\Usb有关的编程\testUSB\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP61A3.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP61A4.TMP" with contents
[
hid.lib setupapi.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/testUSB.pdb" /debug /machine:I386 /out:"Debug/testUSB.exe" /pdbtype:sept 
".\Debug\ScrollerCtrl.obj"
".\Debug\StdAfx.obj"
".\Debug\testUSB.obj"
".\Debug\testUSBDlg.obj"
".\Debug\testUSB.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP61A4.TMP"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
f:\c语言源程序\usb有关的编程\testusb\usbhead.h(72) : error C2146: syntax error : missing ';' before identifier 'StringDescriptor'
f:\c语言源程序\usb有关的编程\testusb\usbhead.h(72) : error C2501: 'USB_STRING_DESCRIPTOR' : missing storage-class or type specifiers
f:\c语言源程序\usb有关的编程\testusb\usbhead.h(72) : error C2501: 'StringDescriptor' : missing storage-class or type specifiers
Error executing cl.exe.



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

⌨️ 快捷键说明

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