chatclient.plg

来自「一个简易的聊天室程序」· PLG 代码 · 共 79 行

PLG
79
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ChatClient - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/ChatClient.res" /d "_DEBUG" /d "_AFXDLL" "G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\ChatClient.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6F9.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/ChatClient.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\ChatClient.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\ChatClientDoc.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\ChatClientView.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\Chatsock.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\ChatViewRE.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\LeftView.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\LogonDlg.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\MainFrm.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\MessageView.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\Msg.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\PrivateMsgDlg.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\SendViewRE.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6F9.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6FA.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/ChatClient.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Appendix24\功能强大的聊天系统\ChatClient\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6FA.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6FB.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ChatClient.pdb" /debug /machine:I386 /out:"Debug/ChatClient.exe" /pdbtype:sept 
".\Debug\ChatClient.obj"
".\Debug\ChatClientDoc.obj"
".\Debug\ChatClientView.obj"
".\Debug\Chatsock.obj"
".\Debug\ChatViewRE.obj"
".\Debug\LeftView.obj"
".\Debug\LogonDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\MessageView.obj"
".\Debug\Msg.obj"
".\Debug\PrivateMsgDlg.obj"
".\Debug\SendViewRE.obj"
".\Debug\StdAfx.obj"
".\Debug\ChatClient.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6FB.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChatClient.cpp
ChatClientDoc.cpp
ChatClientView.cpp
Chatsock.cpp
ChatViewRE.cpp
LeftView.cpp
LogonDlg.cpp
MainFrm.cpp
MessageView.cpp
Msg.cpp
PrivateMsgDlg.cpp
SendViewRE.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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