Transfer.plg
上传用户:jessejm
上传日期:2022-06-04
资源大小:1914k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Transfer - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/Transfer.res" /d "_DEBUG" /d "_AFXDLL" "F:WorkVC+Network《--第九章的内容--》《--点对点文件传输--》《--程序--》TransferTransfer.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP10.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Transfer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "F:WorkVC+Network《--第九章的内容--》《--点对点文件传输--》《--程序--》TransferCMessg.cpp"
  14. "F:WorkVC+Network《--第九章的内容--》《--点对点文件传输--》《--程序--》TransferServerSocket.cpp"
  15. "F:WorkVC+Network《--第九章的内容--》《--点对点文件传输--》《--程序--》TransferTransfer.cpp"
  16. "F:WorkVC+Network《--第九章的内容--》《--点对点文件传输--》《--程序--》TransferTransferDlg.cpp"
  17. "F:WorkVC+Network《--第九章的内容--》《--点对点文件传输--》《--程序--》TransferTransferSocket.cpp"
  18. ]
  19. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP10.tmp" 
  20. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP11.tmp" with contents
  21. [
  22. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Transfer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  23. "F:WorkVC+Network《--第九章的内容--》《--点对点文件传输--》《--程序--》TransferStdAfx.cpp"
  24. ]
  25. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP11.tmp" 
  26. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP12.tmp" with contents
  27. [
  28. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Transfer.pdb" /debug /machine:I386 /out:"Debug/Transfer.exe" /pdbtype:sept 
  29. ".DebugCMessg.obj"
  30. ".DebugServerSocket.obj"
  31. ".DebugStdAfx.obj"
  32. ".DebugTransfer.obj"
  33. ".DebugTransferDlg.obj"
  34. ".DebugTransferSocket.obj"
  35. ".DebugTransfer.res"
  36. ]
  37. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP12.tmp"
  38. <h3>Output Window</h3>
  39. Compiling resources...
  40. Compiling...
  41. StdAfx.cpp
  42. Compiling...
  43. CMessg.cpp
  44. ServerSocket.cpp
  45. Transfer.cpp
  46. TransferDlg.cpp
  47. TransferSocket.cpp
  48. Generating Code...
  49. Linking...
  50. <h3>Results</h3>
  51. Transfer.exe - 0 error(s), 0 warning(s)
  52. </pre>
  53. </body>
  54. </html>