ex21d.plg

来自「包括《Visual C++技术内幕(第四版)》一书的所有应用源代码。」· PLG 代码 · 共 50 行

PLG
50
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ex21d - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/ex21d.res" /d "_DEBUG" /d "_AFXDLL" "E:\VC++各类代码\Visual C++技术内幕(第四版)\ex21d\ex21d.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP41.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Fp"Debug/ex21d.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"E:\VC++各类代码\Visual C++技术内幕(第四版)\ex21d\ex21d.cpp"
"E:\VC++各类代码\Visual C++技术内幕(第四版)\ex21d\RygWnd.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP41.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP42.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Fp"Debug/ex21d.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"E:\VC++各类代码\Visual C++技术内幕(第四版)\ex21d\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP42.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP43.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/ex21d.pdb" /debug /machine:I386 /def:".\ex21d.def" /out:"Debug/ex21d.dll" /implib:"Debug/ex21d.lib" /pdbtype:sept 
".\Debug\ex21d.obj"
".\Debug\RygWnd.obj"
".\Debug\StdAfx.obj"
".\Debug\ex21d.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP43.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ex21d.cpp
RygWnd.cpp
Generating Code...
Linking...
   Creating library Debug/ex21d.lib and object Debug/ex21d.exp



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

⌨️ 快捷键说明

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