string.plg
来自「Visual c++.程序设计培训教程」· PLG 代码 · 共 29 行
PLG
29 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: String - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP7311.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/String.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\VC讲座\String\String.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP7311.TMP"
Creating command line "link.exe /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/String.pdb" /debug /machine:I386 /def:".\String.def" /out:"Debug/String.dll" /implib:"Debug/String.lib" /pdbtype:sept ".\Debug\StdAfx.obj" ".\Debug\String.obj" ".\Debug\String.res" "
<h3>Output Window</h3>
Compiling...
String.cpp
Linking...
Creating library Debug/String.lib and object Debug/String.exp
<h3>Results</h3>
String.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?