Tasking.plg
上传用户:z_mail1980
上传日期:2007-06-01
资源大小:647k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Tasking - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1北极星LOCALS~1TempRSP37.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Tasking.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "G:VC++practiseTaskingTaskingDoc.cpp"
  13. ]
  14. Creating command line "cl.exe @"C:DOCUME~1北极星LOCALS~1TempRSP37.tmp"" 
  15. Creating temporary file "C:DOCUME~1北极星LOCALS~1TempRSP38.tmp" with contents
  16. [
  17. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Tasking.pdb" /debug /machine:I386 /out:"Debug/Tasking.exe" /pdbtype:sept 
  18. ".DebugMainFrm.obj"
  19. ".DebugSpinner.obj"
  20. ".DebugStdAfx.obj"
  21. ".DebugTasking.obj"
  22. ".DebugTaskingDoc.obj"
  23. ".DebugTaskingView.obj"
  24. ".DebugTasking.res"
  25. ]
  26. Creating command line "link.exe @"C:DOCUME~1北极星LOCALS~1TempRSP38.tmp""
  27. <h3>Output Window</h3>
  28. Compiling...
  29. TaskingDoc.cpp
  30. G:VC++practiseTaskingTaskingDoc.cpp(110) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  31. G:VC++practiseTaskingTaskingDoc.cpp(114) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
  32. G:VC++practiseTaskingTaskingDoc.cpp(172) : error C2665: 'AfxBeginThread' : none of the 2 overloads can convert parameter 1 from type 'unsigned int (void *)'
  33. Error executing cl.exe.
  34. <h3>Results</h3>
  35. Tasking.exe - 1 error(s), 2 warning(s)
  36. </pre>
  37. </body>
  38. </html>