netmsg.plg

来自「vc++6.0开发网络典型应用实例导航 1. 本光盘提供了本书中所有的实例源」· PLG 代码 · 共 107 行

PLG
107
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Netmsg - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x1409 /fo"Debug/Netmsg.res" /i "Debug" /d "_DEBUG" /d "_AFXDLL" "D:\lt\学业\myprojects\vc_network\for 张立科\VC网络编程修改稿程序代码\第4章TCP、UDP高级编程\netmsg\Netmsg.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP120.tmp" with contents
[
ws2_32.lib mpr.lib winmm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Netmsg.pdb" /debug /machine:I386 /def:".\Netmsg.def" /out:"Debug/Netmsg.exe" /pdbtype:sept 
".\Debug\BackgroundWnd.obj"
".\Debug\ColorOptions.obj"
".\Debug\ColorStatic.obj"
".\Debug\Contact.obj"
".\Debug\ContactView.obj"
".\Debug\ConvEdit.obj"
".\Debug\Conversation.obj"
".\Debug\ConversationThread.obj"
".\Debug\DrawCorner.obj"
".\Debug\Exports.obj"
".\Debug\FileSend.obj"
".\Debug\FXFileSend.obj"
".\Debug\ImageDataObject.obj"
".\Debug\Ipclass.obj"
".\Debug\ListenSocket.obj"
".\Debug\MainFrm.obj"
".\Debug\MainOptions.obj"
".\Debug\MibAccess.obj"
".\Debug\MSNButton.obj"
".\Debug\Netmsg.obj"
".\Debug\NetmsgDoc.obj"
".\Debug\NetmsgView.obj"
".\Debug\NetSocket.obj"
".\Debug\NewContact.obj"
".\Debug\NotifyThread.obj"
".\Debug\PopWndThread.obj"
".\Debug\ProgressCtrlX.obj"
".\Debug\ResolverThread.obj"
".\Debug\ReturnEdit.obj"
".\Debug\snmpapi.obj"
".\Debug\StaticSplitter.obj"
".\Debug\StatusThread.obj"
".\Debug\StdAfx.obj"
".\Debug\TaskBarMsgWnd.obj"
".\Debug\TrackLookButton.obj"
".\Debug\TransferStatus.obj"
".\Debug\Netmsg.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP120.tmp"
<h3>Output Window</h3>
Compiling resources...
Linking...
LINK : LNK6004: Debug/Netmsg.exe not found or not built by the last incremental link; performing full link
   Creating library Debug/Netmsg.lib and object Debug/Netmsg.exp
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP124.tmp" with contents
[
/nologo /o"Debug/Netmsg.bsc" 
".\Debug\StdAfx.sbr"
".\Debug\BackgroundWnd.sbr"
".\Debug\ColorOptions.sbr"
".\Debug\ColorStatic.sbr"
".\Debug\Contact.sbr"
".\Debug\ContactView.sbr"
".\Debug\ConvEdit.sbr"
".\Debug\Conversation.sbr"
".\Debug\ConversationThread.sbr"
".\Debug\DrawCorner.sbr"
".\Debug\Exports.sbr"
".\Debug\FileSend.sbr"
".\Debug\FXFileSend.sbr"
".\Debug\ImageDataObject.sbr"
".\Debug\Ipclass.sbr"
".\Debug\ListenSocket.sbr"
".\Debug\MainFrm.sbr"
".\Debug\MainOptions.sbr"
".\Debug\MibAccess.sbr"
".\Debug\MSNButton.sbr"
".\Debug\Netmsg.sbr"
".\Debug\NetmsgDoc.sbr"
".\Debug\NetmsgView.sbr"
".\Debug\NetSocket.sbr"
".\Debug\NewContact.sbr"
".\Debug\NotifyThread.sbr"
".\Debug\PopWndThread.sbr"
".\Debug\ProgressCtrlX.sbr"
".\Debug\ResolverThread.sbr"
".\Debug\ReturnEdit.sbr"
".\Debug\snmpapi.sbr"
".\Debug\StaticSplitter.sbr"
".\Debug\StatusThread.sbr"
".\Debug\TaskBarMsgWnd.sbr"
".\Debug\TrackLookButton.sbr"
".\Debug\TransferStatus.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP124.tmp"
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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