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