📄 testusb5.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TestUsb5 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP155.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/TestUsb5.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\USB\usb驱动源码\TestUsb5Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP155.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/TestUsb5.pdb" /machine:I386 /out:"Release/TestUsb5.exe" ".\Release\StdAfx.obj" ".\Release\TestUsb5.obj" ".\Release\TestUsb5Dlg.obj" ".\Release\TestUsb5.res" "
<h3>Output Window</h3>
Compiling...
TestUsb5Dlg.cpp
Linking...
TestUsb5Dlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiDestroyDeviceInfoList@4
TestUsb5Dlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiGetClassDevsA@16
TestUsb5Dlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiGetDeviceInterfaceDetailA@24
TestUsb5Dlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiEnumDeviceInterfaces@20
Release/TestUsb5.exe : fatal error LNK1120: 4 unresolved externals
执行 link.exe 时出错.
<h3>Results</h3>
TestUsb5.exe - 1 error(s), 0 warning(s)
<h3>
--------------------Configuration: TestUsb5 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP157.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TestUsb5.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\USB\usb驱动源码\TestUsb5Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP157.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP158.tmp" with contents
[
D:\98DDK\lib\i386\free\hid.lib D:\98DDK\lib\i386\free\setupapi.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/TestUsb5.pdb" /debug /machine:I386 /out:"Debug/TestUsb5.exe" /pdbtype:sept
".\Debug\StdAfx.obj"
".\Debug\TestUsb5.obj"
".\Debug\TestUsb5Dlg.obj"
".\Debug\TestUsb5.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP158.tmp"
<h3>Output Window</h3>
Compiling...
TestUsb5Dlg.cpp
Linking...
LINK : fatal error LNK1104: cannot open file "D:\98DDK\lib\i386\free\hid.lib"
执行 link.exe 时出错.
<h3>Results</h3>
TestUsb5.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -