📄 fileexample.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FileExample - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/FileExample.res" /d "_DEBUG" /d "_AFXDLL" "F:\vc_mfc\20060606_VCSLJC\Chapter6_5\FileExample.rc""
Creating temporary file "C:\Users\zww\AppData\Local\Temp\RSP8799.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FileExample.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\vc_mfc\20060606_VCSLJC\Chapter6_5\FileExample.cpp"
"F:\vc_mfc\20060606_VCSLJC\Chapter6_5\FileExampleDlg.cpp"
"F:\vc_mfc\20060606_VCSLJC\Chapter6_5\FileList.cpp"
"F:\vc_mfc\20060606_VCSLJC\Chapter6_5\FileOP.cpp"
"F:\vc_mfc\20060606_VCSLJC\Chapter6_5\TextDisp.cpp"
]
Creating command line "cl.exe @C:\Users\zww\AppData\Local\Temp\RSP8799.tmp"
Creating temporary file "C:\Users\zww\AppData\Local\Temp\RSP879A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FileExample.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\vc_mfc\20060606_VCSLJC\Chapter6_5\StdAfx.cpp"
]
Creating command line "cl.exe @C:\Users\zww\AppData\Local\Temp\RSP879A.tmp"
Creating temporary file "C:\Users\zww\AppData\Local\Temp\RSP87AA.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/FileExample.pdb" /debug /machine:I386 /out:"Debug/FileExample.exe" /pdbtype:sept
.\Debug\FileExample.obj
.\Debug\FileExampleDlg.obj
.\Debug\FileList.obj
.\Debug\FileOP.obj
.\Debug\StdAfx.obj
.\Debug\TextDisp.obj
.\Debug\FileExample.res
]
Creating command line "link.exe @C:\Users\zww\AppData\Local\Temp\RSP87AA.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
FileExample.cpp
FileExampleDlg.cpp
FileList.cpp
FileOP.cpp
TextDisp.cpp
Generating Code...
Linking...
<h3>Results</h3>
FileExample.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -