skindll.plg

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

PLG
48
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SkinDll - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/SkinDll.res" /d "_DEBUG" "E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.6\02\SkinOne\SkinDll.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP149.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_WINDLL" /Fp"Debug/SkinDll.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.6\02\SkinOne\SkinDll.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP149.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14A.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_WINDLL" /Fp"Debug/SkinDll.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.6\02\SkinOne\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14A.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14B.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/SkinDll.pdb" /debug /machine:I386 /def:".\SkinDll.def" /out:"Debug/SkinDll.dll" /implib:"Debug/SkinDll.lib" /pdbtype:sept 
".\Debug\SkinDll.obj"
".\Debug\StdAfx.obj"
".\Debug\SkinDll.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14B.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
SkinDll.cpp
E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.6\02\SkinOne\SkinDll.cpp(92) : warning C4018: '<' : signed/unsigned mismatch
E:\程序\VC\VC技术方案宝典\mr\1\1.3\1.3.6\02\SkinOne\SkinDll.cpp(139) : warning C4018: '<' : signed/unsigned mismatch
Linking...
   Creating library Debug/SkinDll.lib and object Debug/SkinDll.exp



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

⌨️ 快捷键说明

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