explorer.plg
上传用户:jorden
上传日期:2022-08-09
资源大小:83k
文件大小:2k
源码类别:

TreeView控件

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: explorer - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/explorer.res" /d "_DEBUG" "E:studyWindowsProgramingexperiment10programexplorerexplorer.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP271.tmp" with contents
  11. [
  12. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/explorer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "E:studyWindowsProgramingexperiment10programexplorerexplorer.cpp"
  14. "E:studyWindowsProgramingexperiment10programexplorerexplorerDoc.cpp"
  15. "E:studyWindowsProgramingexperiment10programexplorerexplorerView.cpp"
  16. "E:studyWindowsProgramingexperiment10programexplorerLeftView.cpp"
  17. "E:studyWindowsProgramingexperiment10programexplorerMainFrm.cpp"
  18. ]
  19. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP271.tmp" 
  20. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP272.tmp" with contents
  21. [
  22. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/explorer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  23. "E:studyWindowsProgramingexperiment10programexplorerStdAfx.cpp"
  24. ]
  25. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP272.tmp" 
  26. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP273.tmp" with contents
  27. [
  28. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/explorer.pdb" /debug /machine:I386 /out:"Debug/explorer.exe" /pdbtype:sept 
  29. .Debugexplorer.obj
  30. .DebugexplorerDoc.obj
  31. .DebugexplorerView.obj
  32. .DebugLeftView.obj
  33. .DebugMainFrm.obj
  34. .DebugStdAfx.obj
  35. .Debugexplorer.res
  36. ]
  37. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP273.tmp"
  38. <h3>Output Window</h3>
  39. Compiling resources...
  40. Compiling...
  41. StdAfx.cpp
  42. Compiling...
  43. explorer.cpp
  44. explorerDoc.cpp
  45. explorerView.cpp
  46. LeftView.cpp
  47. MainFrm.cpp
  48. Generating Code...
  49. E:studyWindowsProgramingexperiment10programexplorerLeftView.cpp(290) : warning C4715: 'CLeftView::IsMediaValid' : not all control paths return a value
  50. Linking...
  51. <h3>Results</h3>
  52. explorer.exe - 0 error(s), 1 warning(s)
  53. </pre>
  54. </body>
  55. </html>