autoserver.plg

来自「mfc windows程序设计教材 非常好的 从api 到模拟 c++ 类的 」· PLG 代码 · 共 56 行

PLG
56
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AutoServer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "midl.exe /nologo /D "_DEBUG" /tlb "Debug/AutoServer.tlb" /mktyplib203 /win32 "F:\修改后的MFC教材\MFC代码\第十五章例题代码\AutoServer\AutoServer.odl""
Creating temporary file "C:\DOCUME~1\ren1\LOCALS~1\Temp\RSP18.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/AutoServer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\修改后的MFC教材\MFC代码\第十五章例题代码\AutoServer\AutoServer.cpp"
"F:\修改后的MFC教材\MFC代码\第十五章例题代码\AutoServer\AutoServerDoc.cpp"
"F:\修改后的MFC教材\MFC代码\第十五章例题代码\AutoServer\AutoServerView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ren1\LOCALS~1\Temp\RSP18.tmp" 
Creating temporary file "C:\DOCUME~1\ren1\LOCALS~1\Temp\RSP19.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/AutoServer.pdb" /debug /machine:I386 /out:"Debug/AutoServer.exe" /pdbtype:sept 
".\Debug\AutoServer.obj"
".\Debug\AutoServerDoc.obj"
".\Debug\AutoServerView.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\AutoServer.res"
]
Creating command line "link.exe @C:\DOCUME~1\ren1\LOCALS~1\Temp\RSP19.tmp"
<h3>Output Window</h3>
Creating Type Library...
Processing F:\修改后的MFC教材\MFC代码\第十五章例题代码\AutoServer\AutoServer.odl
AutoServer.odl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.idl
objidl.idl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl
wtypes.idl
Compiling...
AutoServerDoc.cpp
Generating Code...
Skipping... (no relevant changes detected)
AutoServer.cpp
AutoServerView.cpp
Linking...



<h3>Results</h3>
AutoServer.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?