📄 memo.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Memo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP24D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Memo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\CFILES\VisualC++\Hey\WINDOWS\MFC\EditView\Memo\MemoDoc.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP24D.tmp"
Creating temporary file "C:\TEMP\RSP24E.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Memo.pdb" /debug /machine:I386 /out:"Debug/Memo.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\Memo.obj"
".\Debug\MemoDlg.obj"
".\Debug\MemoDoc.obj"
".\Debug\MemoView.obj"
".\Debug\StdAfx.obj"
".\Debug\Memo.res"
]
Creating command line "link.exe @C:\TEMP\RSP24E.tmp"
<h3>Output Window</h3>
Compiling...
MemoDoc.cpp
E:\CFILES\VisualC++\Hey\WINDOWS\MFC\EditView\Memo\MemoDoc.cpp(80) : error C2248: 'm_lpBufStart' : cannot access protected member declared in class 'CArchive'
d:\devtools\microsoft visual studio\vc98\mfc\include\afx.h(1862) : see declaration of 'm_lpBufStart'
Error executing cl.exe.
<h3>Results</h3>
Memo.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -