ProcessInfo.plg
上传用户:guming
上传日期:2022-08-08
资源大小:5694k
文件大小:1k
源码类别:

进程与线程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ProcessInfo - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:UsersDbyAppDataLocalTempRSPD1AB.tmp" with contents
  10. [
  11. /nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/ProcessInfo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "C:UsersDbyDesktop创新项目代码举例ProcessInfo0.1ProcessInfoDlg.cpp"
  13. ]
  14. Creating command line "cl.exe @C:UsersDbyAppDataLocalTempRSPD1AB.tmp" 
  15. Creating temporary file "C:UsersDbyAppDataLocalTempRSPD1AC.tmp" with contents
  16. [
  17. psapi.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/ProcessInfo.pdb" /debug /machine:I386 /out:"Debug/ProcessInfo.exe" /pdbtype:sept 
  18. ".DebugProcessInfo.obj"
  19. ".DebugProcessInfoDlg.obj"
  20. ".DebugStdAfx.obj"
  21. ".DebugProcessInfo.res"
  22. ]
  23. Creating command line "link.exe @C:UsersDbyAppDataLocalTempRSPD1AC.tmp"
  24. <h3>Output Window</h3>
  25. Compiling...
  26. ProcessInfoDlg.cpp
  27. C:UsersDbyDesktop创新项目代码举例ProcessInfo0.1ProcessInfoDlg.cpp(82) : warning C4101: 'stUser' : unreferenced local variable
  28. C:UsersDbyDesktop创新项目代码举例ProcessInfo0.1ProcessInfoDlg.cpp(81) : warning C4101: 'stKernel' : unreferenced local variable
  29. Linking...
  30. <h3>Results</h3>
  31. ProcessInfo.exe - 0 error(s), 0 warning(s)
  32. </pre>
  33. </body>
  34. </html>