IOCPServer.plg
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:3k
源码类别:

模拟服务器

开发平台:

C/C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: IOCPServer - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1chenpengLOCALS~1TempRSP53.tmp" with contents
  10. [
  11. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Fp"Debug/IOCPServer.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:swrod3SwordOnlineSourcesNetworkIOCPServerCriticalSection.cpp"
  13. "D:swrod3SwordOnlineSourcesNetworkIOCPServerEvent.cpp"
  14. "D:swrod3SwordOnlineSourcesNetworkIOCPServerException.cpp"
  15. "D:swrod3SwordOnlineSourcesNetworkIOCPServerIOBuffer.cpp"
  16. "D:swrod3SwordOnlineSourcesNetworkIOCPServerIOCompletionPort.cpp"
  17. "D:swrod3SwordOnlineSourcesNetworkIOCPServerManualResetEvent.cpp"
  18. "D:swrod3SwordOnlineSourcesNetworkIOCPServerNodeList.cpp"
  19. "D:swrod3SwordOnlineSourcesNetworkIOCPServerSocket.cpp"
  20. "D:swrod3SwordOnlineSourcesNetworkIOCPServerSocketServer.cpp"
  21. "D:swrod3SwordOnlineSourcesNetworkIOCPServerThread.cpp"
  22. "D:swrod3SwordOnlineSourcesNetworkIOCPServerUsesWinsock.cpp"
  23. "D:swrod3SwordOnlineSourcesNetworkIOCPServerUtils.cpp"
  24. "D:swrod3SwordOnlineSourcesNetworkIOCPServerWin32Exception.cpp"
  25. ]
  26. Creating command line "cl.exe @C:DOCUME~1chenpengLOCALS~1TempRSP53.tmp" 
  27. Creating temporary file "C:DOCUME~1chenpengLOCALS~1TempRSP54.tmp" with contents
  28. [
  29. /nologo /out:"DebugIOCPServer.lib" 
  30. .DebugCriticalSection.obj
  31. .DebugEvent.obj
  32. .DebugException.obj
  33. .DebugIOBuffer.obj
  34. .DebugIOCompletionPort.obj
  35. .DebugManualResetEvent.obj
  36. .DebugNodeList.obj
  37. .DebugSocket.obj
  38. .DebugSocketServer.obj
  39. .DebugThread.obj
  40. .DebugUsesWinsock.obj
  41. .DebugUtils.obj
  42. .DebugWin32Exception.obj
  43. ]
  44. Creating command line "link.exe -lib @C:DOCUME~1chenpengLOCALS~1TempRSP54.tmp"
  45. <h3>Output Window</h3>
  46. Compiling...
  47. CriticalSection.cpp
  48. Event.cpp
  49. Exception.cpp
  50. IOBuffer.cpp
  51. IOCompletionPort.cpp
  52. ManualResetEvent.cpp
  53. NodeList.cpp
  54. Socket.cpp
  55. SocketServer.cpp
  56. NOTE : --------------------OnlineGameLib [Server] : Announcement--------------------
  57. NOTE : Developing a truly scalable Winsock Server using IO Completion Ports(IOCP)
  58. NOTE : But this module depend on the microsoft platform
  59. NOTE : Requirements :
  60. NOTE :    * Windows NT/2000/XP: Included in Windows NT 4.0 and later.
  61. NOTE :    * Windows 95/98/Me: Unsupported.
  62. NOTE :
  63. NOTE : liupeng xishanju.zhuhai.china 2003.1
  64. NOTE : -----------------------------------------------------------------------------
  65. Thread.cpp
  66. UsesWinsock.cpp
  67. Utils.cpp
  68. Win32Exception.cpp
  69. Creating library...
  70. Creating temporary file "C:DOCUME~1chenpengLOCALS~1TempRSP55.bat" with contents
  71. [
  72. @echo off
  73. copy debugiocpserver.lib ......libiocpserver.lib
  74. ]
  75. Creating command line "C:DOCUME~1chenpengLOCALS~1TempRSP55.bat"
  76. 已复制         1 个文件。
  77. <h3>Results</h3>
  78. IOCPServer.lib - 0 error(s), 0 warning(s)
  79. </pre>
  80. </body>
  81. </html>