📄 example015.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Example015 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/Example015.res" /d "NDEBUG" /d "_AFXDLL" "D:\VC写作目录\源代码\第一章\实现全屏显示\Example015.rc""
Creating temporary file "C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSP37.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Example015.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\VC写作目录\源代码\第一章\实现全屏显示\Example015.cpp"
"D:\VC写作目录\源代码\第一章\实现全屏显示\Example015Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSP37.tmp"
Creating temporary file "C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSP38.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Example015.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\VC写作目录\源代码\第一章\实现全屏显示\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSP38.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/Example015.pdb" /machine:I386 /out:"Release/Example015.exe" ".\Release\Example015.obj" ".\Release\Example015Dlg.obj" ".\Release\StdAfx.obj" ".\Release\Example015.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Example015.cpp
Example015Dlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
Example015.exe - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: Example015 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Example015.res" /d "_DEBUG" /d "_AFXDLL" "D:\VC写作目录\源代码\第一章\实现全屏显示\Example015.rc""
Creating temporary file "C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSP3A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Example015.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\VC写作目录\源代码\第一章\实现全屏显示\Example015.cpp"
"D:\VC写作目录\源代码\第一章\实现全屏显示\Example015Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSP3A.tmp"
Creating temporary file "C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSP3B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Example015.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\VC写作目录\源代码\第一章\实现全屏显示\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSP3B.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Example015.pdb" /debug /machine:I386 /out:"Debug/Example015.exe" /pdbtype:sept ".\Debug\Example015.obj" ".\Debug\Example015Dlg.obj" ".\Debug\StdAfx.obj" ".\Debug\Example015.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Example015.cpp
Example015Dlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
Example015.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -