Telnet.plg
上传用户:aphszp
上传日期:2007-01-09
资源大小:42k
文件大小:3k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Telnet - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo"Debug/Telnet.res" /d "_DEBUG" /d "_AFXDLL" "C:WINNTProfilesAdministratorDesktopTelnetTelnetTelnet.rc"" 
  10. Creating temporary file "C:TEMPRSP18.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/Telnet.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp"
  14. "C:WINNTProfilesAdministratorDesktopTelnetTelnetSocketDx.cpp"
  15. "C:WINNTProfilesAdministratorDesktopTelnetTelnetSocketRx.cpp"
  16. "C:WINNTProfilesAdministratorDesktopTelnetTelnetSocketTx.cpp"
  17. "C:WINNTProfilesAdministratorDesktopTelnetTelnetTelnet.cpp"
  18. ]
  19. Creating command line "cl.exe @C:TEMPRSP18.tmp" 
  20. Creating temporary file "C:TEMPRSP19.tmp" with contents
  21. [
  22. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/Telnet.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  23. "C:WINNTProfilesAdministratorDesktopTelnetTelnetStdAfx.cpp"
  24. ]
  25. Creating command line "cl.exe @C:TEMPRSP19.tmp" 
  26. Creating temporary file "C:TEMPRSP1A.tmp" with contents
  27. [
  28. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Telnet.pdb" /debug /machine:I386 /out:"Debug/Telnet.exe" /pdbtype:sept 
  29. .DebugProtocolRx.obj
  30. .DebugSocketDx.obj
  31. .DebugSocketRx.obj
  32. .DebugSocketTx.obj
  33. .DebugStdAfx.obj
  34. .DebugTelnet.obj
  35. .DebugTelnet.res
  36. ]
  37. Creating command line "link.exe @C:TEMPRSP1A.tmp"
  38. <h3>Output Window</h3>
  39. Compiling resources...
  40. Compiling...
  41. StdAfx.cpp
  42. Compiling...
  43. ProtocolRx.cpp
  44. C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp(263) : warning C4305: '=' : truncation from 'const int' to 'char'
  45. C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp(263) : warning C4309: '=' : truncation of constant value
  46. C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp(264) : warning C4305: '=' : truncation from 'const int' to 'char'
  47. C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp(264) : warning C4309: '=' : truncation of constant value
  48. C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp(269) : warning C4305: '=' : truncation from 'const int' to 'char'
  49. C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp(269) : warning C4309: '=' : truncation of constant value
  50. C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp(270) : warning C4305: '=' : truncation from 'const int' to 'char'
  51. C:WINNTProfilesAdministratorDesktopTelnetTelnetProtocolRx.cpp(270) : warning C4309: '=' : truncation of constant value
  52. SocketDx.cpp
  53. SocketRx.cpp
  54. SocketTx.cpp
  55. C:WINNTProfilesAdministratorDesktopTelnetTelnetSocketTx.cpp(41) : warning C4101: 'pBuff' : unreferenced local variable
  56. Telnet.cpp
  57. Generating Code...
  58. Linking...
  59. Creating command line "bscmake.exe /nologo /o"Debug/Telnet.bsc"  .DebugStdAfx.sbr .DebugProtocolRx.sbr .DebugSocketDx.sbr .DebugSocketRx.sbr .DebugSocketTx.sbr .DebugTelnet.sbr"
  60. Creating browse info file...
  61. <h3>Output Window</h3>
  62. <h3>Results</h3>
  63. Telnet.exe - 0 error(s), 9 warning(s)
  64. </pre>
  65. </body>
  66. </html>