📄 chapter7_cpserver.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Chapter7_CPServer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP7F.tmp" with contents
[
/nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Fp"Debug/Chapter7_CPServer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\projects\Books\atl\2ed\Examples\chap07\Chapter7_CPServer\Chapter7_CPServer.cpp"
"C:\projects\Books\atl\2ed\Examples\chap07\Chapter7_CPServer\Math.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP7F.tmp"
Creating temporary file "C:\TEMP\RSP80.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/Chapter7_CPServer.pdb" /debug /machine:I386 /def:".\Chapter7_CPServer.def" /out:"Debug/Chapter7_CPServer.dll" /implib:"Debug/Chapter7_CPServer.lib" /pdbtype:sept
.\Debug\StdAfx.obj
.\Debug\Chapter7_CPServer.obj
.\Debug\Chapter7_CPServer.res
.\Debug\Math.obj
]
Creating command line "link.exe @C:\TEMP\RSP80.tmp"
Creating temporary file "C:\TEMP\RSP81.bat" with contents
[
@echo off
regsvr32 /s /c ".\Debug\Chapter7_CPServer.dll"
echo regsvr32 exec. time > ".\Debug\regsvr32.trg"
]
Creating command line "C:\TEMP\RSP81.bat"
Compiling...
Chapter7_CPServer.cpp
Math.cpp
Generating Code...
Linking...
<h3>Output Window</h3>
Performing registration
RegSvr32: DllRegisterServer in .\Debug\Chapter7_CPServer.dll succeeded.
<h3>Results</h3>
Chapter7_CPServer.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -