ex26b.plg

来自「VC编程书籍和近百个例子」· PLG 代码 · 共 40 行

PLG
40
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ex26b - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "c:\windows\TEMP\RSP3220.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ex26b.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"D:\BookCode\ex26b\ex26b.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSP3220.TMP" 
Creating temporary file "c:\windows\TEMP\RSP3221.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ex26b.pdb" /debug /machine:I386 /out:"Debug/ex26b.exe" /pdbtype:sept 
.\Debug\ex26b.obj
.\Debug\StdAfx.obj
.\Debug\MainFrm.obj
.\Debug\ChildFrm.obj
.\Debug\ex26bDoc.obj
.\Debug\ex26bView.obj
.\Debug\ex26b.res
.\Debug\CDib.obj
]
Creating command line "link.exe @c:\windows\TEMP\RSP3221.TMP"
<h3>Output Window</h3>
Compiling...
ex26b.cpp
Linking...



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

⌨️ 快捷键说明

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