exedit.plg
来自「文件包含了很多VC实例」· PLG 代码 · 共 43 行
PLG
43 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ExEdit - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\guwr\LOCALS~1\Temp\RSPBE.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ExEdit.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Program Files\Microsoft Visual Studio\MyProjects\ExEdit\property.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\guwr\LOCALS~1\Temp\RSPBE.tmp"
Creating temporary file "C:\DOCUME~1\guwr\LOCALS~1\Temp\RSPBF.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ExEdit.pdb" /debug /machine:I386 /out:"Debug/ExEdit.exe" /pdbtype:sept
".\Debug\ExEdit.obj"
".\Debug\ExEditDoc.obj"
".\Debug\ExEditView.obj"
".\Debug\MainFrm.obj"
".\Debug\Page1.obj"
".\Debug\Page2.obj"
".\Debug\Page3.obj"
".\Debug\property.obj"
".\Debug\StdAfx.obj"
".\Debug\ExEdit.res"
]
Creating command line "link.exe @C:\DOCUME~1\guwr\LOCALS~1\Temp\RSPBF.tmp"
<h3>Output Window</h3>
Compiling...
property.cpp
c:\program files\microsoft visual studio\myprojects\exedit\property.cpp(21) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.
<h3>Results</h3>
ExEdit.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?