📄 chapter5_simple.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Chapter5_Simple - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/Chapter5_Simple.res" /d "_DEBUG" "C:\projects\books\atl\atl3\examples\chap05\Chapter5_Simple\Chapter5_Simple.rc""
Creating temporary file "c:\windows\TEMP\RSP30A1.TMP" with contents
[
/nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /Fp"Debug/Chapter5_Simple.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"C:\projects\books\atl\atl3\examples\chap05\Chapter5_Simple\Chapter5_Simple.cpp"
"C:\projects\books\atl\atl3\examples\chap05\Chapter5_Simple\SimpleMath.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSP30A1.TMP"
Creating temporary file "c:\windows\TEMP\RSP30A2.TMP" with contents
[
/nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /Fp"Debug/Chapter5_Simple.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"C:\projects\books\atl\atl3\examples\chap05\Chapter5_Simple\StdAfx.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSP30A2.TMP"
Creating temporary file "c:\windows\TEMP\RSP30A3.TMP" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/Chapter5_Simple.pdb" /debug /machine:I386 /def:".\Chapter5_Simple.def" /out:"Debug/Chapter5_Simple.dll" /implib:"Debug/Chapter5_Simple.lib" /pdbtype:sept
.\Debug\Chapter5_Simple.obj
.\Debug\SimpleMath.obj
.\Debug\StdAfx.obj
.\Debug\Chapter5_Simple.res
]
Creating command line "link.exe @c:\windows\TEMP\RSP30A3.TMP"
Creating temporary file "c:\windows\TEMP\RSP30A4.BAT" with contents
[
@echo off
regsvr32 /s /c ".\Debug\Chapter5_Simple.dll"
echo regsvr32 exec. time > ".\Debug\regsvr32.trg"
]
Creating command line "c:\windows\TEMP\RSP30A4.BAT"
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Chapter5_Simple.cpp
SimpleMath.cpp
Generating Code...
Linking...
Creating library Debug/Chapter5_Simple.lib and object Debug/Chapter5_Simple.exp
<h3>Output Window</h3>
Registering ActiveX Control...
<h3>Results</h3>
Chapter5_Simple.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -