sysplug.plg

来自「《Visual C++视频技术方案宝典》配套光盘」· PLG 代码 · 共 60 行

PLG
60
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SysPlug - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/SysPlug.res" /d "_DEBUG" /d "_AFXDLL" "E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.7\02\SysPlug\SysPlug.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP114.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SysPlug.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.7\02\SysPlug\MainFrm.cpp"
"E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.7\02\SysPlug\SysPlug.cpp"
"E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.7\02\SysPlug\SysPlugDoc.cpp"
"E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.7\02\SysPlug\SysPlugView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP114.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP115.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SysPlug.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.7\02\SysPlug\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP115.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP116.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/SysPlug.pdb" /debug /machine:I386 /out:"Debug/SysPlug.exe" /pdbtype:sept 
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\SysPlug.obj"
".\Debug\SysPlugDoc.obj"
".\Debug\SysPlugView.obj"
".\Debug\SysPlug.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP116.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.7\02\SysPlug\MainFrm.cpp(252) : warning C4018: '==' : signed/unsigned mismatch
E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.7\02\SysPlug\MainFrm.cpp(263) : warning C4018: '==' : signed/unsigned mismatch
SysPlug.cpp
SysPlugDoc.cpp
SysPlugView.cpp
Generating Code...
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/SysPlug.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\MainFrm.sbr" ".\Debug\SysPlug.sbr" ".\Debug\SysPlugDoc.sbr" ".\Debug\SysPlugView.sbr""
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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