SimpleTextTransfer.plg
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: SimpleTextTransfer - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/SimpleTextTransfer.res" /d "_DEBUG" /d "_AFXDLL" "F:ddc++时尚编程百例实例60  利用剪贴板实现Exe程序间的数据交换SimpleTextTransfer.rc"" 
  10. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP26D.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SimpleTextTransfer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "F:ddc++时尚编程百例实例60  利用剪贴板实现Exe程序间的数据交换SimpleTextTransfer.cpp"
  14. "F:ddc++时尚编程百例实例60  利用剪贴板实现Exe程序间的数据交换SimpleTextTransferDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1AdminLOCALS~1TempRSP26D.tmp" 
  17. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP26E.tmp" with contents
  18. [
  19. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SimpleTextTransfer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  20. "F:ddc++时尚编程百例实例60  利用剪贴板实现Exe程序间的数据交换StdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:DOCUME~1AdminLOCALS~1TempRSP26E.tmp" 
  23. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP26F.tmp" with contents
  24. [
  25. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/SimpleTextTransfer.pdb" /debug /machine:I386 /out:"Debug/SimpleTextTransfer.exe" /pdbtype:sept 
  26. ".DebugSimpleTextTransfer.obj"
  27. ".DebugSimpleTextTransferDlg.obj"
  28. ".DebugStdAfx.obj"
  29. ".DebugSimpleTextTransfer.res"
  30. ]
  31. Creating command line "link.exe @C:DOCUME~1AdminLOCALS~1TempRSP26F.tmp"
  32. <h3>Output Window</h3>
  33. Compiling resources...
  34. Compiling...
  35. StdAfx.cpp
  36. c:program filesmicrosoft visual studiovc98mfcincludeafxv_w32.h(119) : warning C4005: '_WIN32_WINDOWS' : macro redefinition
  37.         f:ddc++时尚编程百例实例60  利用剪贴板实现exe程序间的数据交换stdafx.h(22) : see previous definition of '_WIN32_WINDOWS'
  38. Compiling...
  39. SimpleTextTransfer.cpp
  40. SimpleTextTransferDlg.cpp
  41. Generating Code...
  42. Linking...
  43. <h3>Results</h3>
  44. SimpleTextTransfer.exe - 0 error(s), 1 warning(s)
  45. </pre>
  46. </body>
  47. </html>