OffDemo.plg
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:3k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: OffDemo - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/OffDemo.res" /d "_DEBUG" /d "_AFXDLL" "C:VCday17OffDemo04OffDemo.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP95.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/OffDemo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "C:VCday17OffDemo04OffDemo.cpp"
  14. "C:VCday17OffDemo04OffDemoDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP95.tmp" 
  17. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP96.tmp" with contents
  18. [
  19. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/OffDemo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  20. "C:VCday17OffDemo04StdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP96.tmp" 
  23. Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/OffDemo.pdb" /debug /machine:I386 /out:"Debug/OffDemo.exe" /pdbtype:sept  .DebugOffDemo.obj .DebugOffDemoDlg.obj .DebugStdAfx.obj .DebugOffDemo.res "
  24. <h3>Output Window</h3>
  25. Compiling resources...
  26. Compiling...
  27. StdAfx.cpp
  28. c:vcday17offdemo04debugmsado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
  29. Compiling...
  30. OffDemo.cpp
  31. OffDemoDlg.cpp
  32. C:VCday17OffDemo04OffDemoDlg.cpp(264) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class _variant_t' (or there is no acceptable conversion)
  33. C:VCday17OffDemo04OffDemoDlg.cpp(265) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class _variant_t' (or there is no acceptable conversion)
  34. C:VCday17OffDemo04OffDemoDlg.cpp(266) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class _variant_t' (or there is no acceptable conversion)
  35. C:VCday17OffDemo04OffDemoDlg.cpp(268) : error C2819: type '_variant_t' does not have an overloaded member 'operator ->'
  36.         c:program filesmicrosoft visual studiovc98includecomutil.h(785) : see declaration of '_variant_t'
  37. C:VCday17OffDemo04OffDemoDlg.cpp(268) : error C2227: left of '->vt' must point to class/struct/union
  38. C:VCday17OffDemo04OffDemoDlg.cpp(269) : error C2664: 'Update' : cannot convert parameter 1 from 'const int' to 'const class _variant_t &'
  39.         Reason: cannot convert from 'const int' to 'const class _variant_t'
  40.         No constructor could take the source type, or constructor overload resolution was ambiguous
  41. Generating Code...
  42. Error executing cl.exe.
  43. Creating command line "bscmake.exe /nologo /o"Debug/OffDemo.bsc"  .DebugStdAfx.sbr .DebugOffDemo.sbr .DebugOffDemoDlg.sbr"
  44. Creating browse info file...
  45. <h3>Output Window</h3>
  46. <h3>Results</h3>
  47. OffDemo.exe - 6 error(s), 1 warning(s)
  48. </pre>
  49. </body>
  50. </html>