TAPISample.plg
上传用户:c1686688
上传日期:2015-06-15
资源大小:73k
文件大小:2k
源码类别:

TAPI编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: TAPISample - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1HUANGG~1LOCALS~1TempRSP3.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FAcs /Fa"Debug/" /FR"Debug/" /Fp"Debug/TAPISample.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:backupTAPISampleTapiLine.cpp"
  13. "D:backupTAPISampleTAPISampleDlg.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1HUANGG~1LOCALS~1TempRSP3.tmp" 
  16. Creating temporary file "C:DOCUME~1HUANGG~1LOCALS~1TempRSP4.tmp" with contents
  17. [
  18. Tapi32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/TAPISample.pdb" /debug /machine:I386 /out:"Debug/TAPISample.exe" /pdbtype:sept 
  19. .DebugStdAfx.obj
  20. .DebugTapiLine.obj
  21. .DebugTAPISample.obj
  22. .DebugTAPISampleDlg.obj
  23. .DebugTAPISample.res
  24. ]
  25. Creating command line "link.exe @C:DOCUME~1HUANGG~1LOCALS~1TempRSP4.tmp"
  26. <h3>Output Window</h3>
  27. Compiling...
  28. TapiLine.cpp
  29. d:backuptapisampletapiline.cpp(6) : fatal error C1853: 'Debug/TAPISample.pch' is not a precompiled header file created with this compiler
  30. TAPISampleDlg.cpp
  31. d:backuptapisampletapisampledlg.cpp(4) : fatal error C1853: 'Debug/TAPISample.pch' is not a precompiled header file created with this compiler
  32. Generating Code...
  33. Error executing cl.exe.
  34. Creating command line "bscmake.exe /nologo /o"Debug/TAPISample.bsc"  .DebugStdAfx.sbr .DebugTapiLine.sbr .DebugTAPISample.sbr .DebugTAPISampleDlg.sbr"
  35. Creating browse info file...
  36. <h3>Output Window</h3>
  37. <h3>Results</h3>
  38. TAPISample.exe - 2 error(s), 0 warning(s)
  39. </pre>
  40. </body>
  41. </html>