ChatSvr.plg
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ChatSvr - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSP5161.TMP" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ChatSvr.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "I:vc百例第九章聊天chatChatSvrChatSvr.cpp"
  13. "I:vc百例第九章聊天chatChatSvrChatSvrDlg.cpp"
  14. "I:vc百例第九章聊天chatChatSvrClientSocket.cpp"
  15. "I:vc百例第九章聊天chatChatSvrInitDlg.cpp"
  16. "I:vc百例第九章聊天chatChatSvrListeningSocket.cpp"
  17. ]
  18. Creating command line "cl.exe @C:WINDOWSTEMPRSP5161.TMP" 
  19. Creating temporary file "C:WINDOWSTEMPRSP5162.TMP" with contents
  20. [
  21. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ChatSvr.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  22. "I:vc百例第九章聊天chatChatSvrStdAfx.cpp"
  23. ]
  24. Creating command line "cl.exe @C:WINDOWSTEMPRSP5162.TMP" 
  25. Creating temporary file "C:WINDOWSTEMPRSP5163.TMP" with contents
  26. [
  27. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/ChatSvr.pdb" /debug /machine:I386 /out:"Debug/ChatSvr.exe" /pdbtype:sept 
  28. ".DebugChatSvr.obj"
  29. ".DebugChatSvrDlg.obj"
  30. ".DebugClientSocket.obj"
  31. ".DebugInitDlg.obj"
  32. ".DebugListeningSocket.obj"
  33. ".DebugStdAfx.obj"
  34. ".DebugChatSvr.res"
  35. ]
  36. Creating command line "link.exe @C:WINDOWSTEMPRSP5163.TMP"
  37. <h3>Output Window</h3>
  38. Compiling...
  39. StdAfx.cpp
  40. Compiling...
  41. ChatSvr.cpp
  42. ChatSvrDlg.cpp
  43. ClientSocket.cpp
  44. InitDlg.cpp
  45. ListeningSocket.cpp
  46. Generating Code...
  47. Linking...
  48. <h3>Results</h3>
  49. ChatSvr.exe - 0 error(s), 0 warning(s)
  50. </pre>
  51. </body>
  52. </html>