Server.plg
上传用户:shljtb88
上传日期:2010-02-09
资源大小:82k
文件大小:2k
源码类别:

系统编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Server - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/Server.res" /d "_DEBUG" /d "_AFXDLL" "E:bb1ServerServer.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP60.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Server.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
  13. "E:bb1ServerServer.cpp"
  14. "E:bb1ServerServerDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP60.tmp" 
  17. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP61.tmp" with contents
  18. [
  19. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Server.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
  20. "E:bb1ServerStdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP61.tmp" 
  23. Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Server.pdb" /debug /machine:I386 /out:"Debug/Server.exe" /pdbtype:sept  .DebugServer.obj .DebugServerDlg.obj .DebugStdAfx.obj .DebugServer.res "
  24. <h3>Output Window</h3>
  25. Compiling resources...
  26. Compiling...
  27. StdAfx.cpp
  28. Compiling...
  29. Server.cpp
  30. ServerDlg.cpp
  31. E:bb1ServerServerDlg.cpp(124) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  32. E:bb1ServerServerDlg.cpp(204) : warning C4018: '<' : signed/unsigned mismatch
  33. Generating Code...
  34. Linking...
  35. <h3>Results</h3>
  36. Server.exe - 0 error(s), 2 warning(s)
  37. </pre>
  38. </body>
  39. </html>