ex28d.plg

来自「VC技术内幕」· PLG 代码 · 共 67 行

PLG
67
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ex28d - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/ex28d.res" /d "_DEBUG" /d "_AFXDLL" "G:\VC技术内幕光盘\vcpp32\ex28d\ex28d.rc"" 
Creating temporary file "C:\DOCUME~1\本单位\LOCALS~1\Temp\RSPF9.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/ex28d.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"G:\VC技术内幕光盘\vcpp32\ex28d\ex28d.cpp"
"G:\VC技术内幕光盘\vcpp32\ex28d\MainFrm.cpp"
"G:\VC技术内幕光盘\vcpp32\ex28d\ChildFrm.cpp"
"G:\VC技术内幕光盘\vcpp32\ex28d\ex28dDoc.cpp"
"G:\VC技术内幕光盘\vcpp32\ex28d\ex28dView.cpp"
"G:\VC技术内幕光盘\vcpp32\ex28d\TableSel.cpp"
"G:\VC技术内幕光盘\vcpp32\ex28d\TableSet.cpp"
"G:\VC技术内幕光盘\vcpp32\ex28d\Rowview.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\本单位\LOCALS~1\Temp\RSPF9.tmp"" 
Creating temporary file "C:\DOCUME~1\本单位\LOCALS~1\Temp\RSPFA.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/ex28d.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"G:\VC技术内幕光盘\vcpp32\ex28d\StdAfx.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\本单位\LOCALS~1\Temp\RSPFA.tmp"" 
Creating temporary file "C:\DOCUME~1\本单位\LOCALS~1\Temp\RSPFB.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ex28d.pdb" /debug /machine:I386 /out:"Debug/ex28d.exe" /pdbtype:sept 
".\Debug\ex28d.obj"
".\Debug\StdAfx.obj"
".\Debug\MainFrm.obj"
".\Debug\ChildFrm.obj"
".\Debug\ex28dDoc.obj"
".\Debug\ex28dView.obj"
".\Debug\TableSel.obj"
".\Debug\TableSet.obj"
".\Debug\Rowview.obj"
".\Debug\ex28d.res"
]
Creating command line "link.exe @"C:\DOCUME~1\本单位\LOCALS~1\Temp\RSPFB.tmp""
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ex28d.cpp
MainFrm.cpp
ChildFrm.cpp
ex28dDoc.cpp
ex28dView.cpp
TableSel.cpp
TableSet.cpp
Rowview.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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