testpanel.plg
来自「cp2102 官方usb开发包」· PLG 代码 · 共 58 行
PLG
58 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TestPanel - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/TestPanel.res" /d "_DEBUG" "F:\开发版\cp2102_en\usbExpress\install\USBXpress\Examples\TestPanel\Host\VC6\Source\TestPanel.rc""
Creating temporary file "C:\DOCUME~1\bobo\LOCALS~1\Temp\RSP1BF.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/TestPanel.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\开发版\cp2102_en\usbExpress\install\USBXpress\Examples\TestPanel\Host\VC6\Source\3DMeterCtrl.cpp"
"F:\开发版\cp2102_en\usbExpress\install\USBXpress\Examples\TestPanel\Host\VC6\Source\DynamicLED.cpp"
"F:\开发版\cp2102_en\usbExpress\install\USBXpress\Examples\TestPanel\Host\VC6\Source\SelectDialog.cpp"
"F:\开发版\cp2102_en\usbExpress\install\USBXpress\Examples\TestPanel\Host\VC6\Source\TestPanel.cpp"
"F:\开发版\cp2102_en\usbExpress\install\USBXpress\Examples\TestPanel\Host\VC6\Source\TestPanelDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\bobo\LOCALS~1\Temp\RSP1BF.tmp"
Creating temporary file "C:\DOCUME~1\bobo\LOCALS~1\Temp\RSP1C0.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/TestPanel.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\开发版\cp2102_en\usbExpress\install\USBXpress\Examples\TestPanel\Host\VC6\Source\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\bobo\LOCALS~1\Temp\RSP1C0.tmp"
Creating temporary file "C:\DOCUME~1\bobo\LOCALS~1\Temp\RSP1C1.tmp" with contents
[
siusbxp.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/TestPanel.pdb" /debug /machine:I386 /out:"Debug/TestPanel.exe" /pdbtype:sept
".\Debug\3DMeterCtrl.obj"
".\Debug\DynamicLED.obj"
".\Debug\SelectDialog.obj"
".\Debug\StdAfx.obj"
".\Debug\TestPanel.obj"
".\Debug\TestPanelDlg.obj"
".\Debug\TestPanel.res"
]
Creating command line "link.exe @C:\DOCUME~1\bobo\LOCALS~1\Temp\RSP1C1.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
3DMeterCtrl.cpp
DynamicLED.cpp
SelectDialog.cpp
TestPanel.cpp
TestPanelDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
TestPanel.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?