TestAdo.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: TestAdo - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP124.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/TestAdo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "C:VCday14TestAdo03TestAdoDlg.cpp"
  13. ]
  14. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP124.tmp" 
  15. Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/TestAdo.pdb" /debug /machine:I386 /out:"Debug/TestAdo.exe" /pdbtype:sept  .DebugStdAfx.obj .DebugTestAdo.obj .DebugTestAdoDlg.obj .DebugTestAdo.res "
  16. <h3>Output Window</h3>
  17. Compiling...
  18. TestAdoDlg.cpp
  19. C:VCday14TestAdo03TestAdoDlg.cpp(195) : error C2059: syntax error : 'while'
  20. C:VCday14TestAdo03TestAdoDlg.cpp(196) : error C2143: syntax error : missing ';' before '{'
  21. C:VCday14TestAdo03TestAdoDlg.cpp(197) : error C2039: '_variant_t' : is not a member of '_Recordset'
  22.         c:vcday14testado03debugmsado15.tlh(1697) : see declaration of '_Recordset'
  23. C:VCday14TestAdo03TestAdoDlg.cpp(197) : error C2146: syntax error : missing ';' before identifier 'myid'
  24. C:VCday14TestAdo03TestAdoDlg.cpp(197) : error C2039: 'myid' : is not a member of '_Recordset'
  25.         c:vcday14testado03debugmsado15.tlh(1697) : see declaration of '_Recordset'
  26. C:VCday14TestAdo03TestAdoDlg.cpp(197) : error C2039: 'mydata' : is not a member of '_Recordset'
  27.         c:vcday14testado03debugmsado15.tlh(1697) : see declaration of '_Recordset'
  28. C:VCday14TestAdo03TestAdoDlg.cpp(198) : error C2146: syntax error : missing ';' before identifier 'myname'
  29. C:VCday14TestAdo03TestAdoDlg.cpp(198) : error C2065: 'myname' : undeclared identifier
  30. C:VCday14TestAdo03TestAdoDlg.cpp(198) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class _variant_t' (or there is no acceptable conversion)
  31. C:VCday14TestAdo03TestAdoDlg.cpp(199) : error C2146: syntax error : missing ';' before identifier 'myauthor'
  32. C:VCday14TestAdo03TestAdoDlg.cpp(199) : error C2065: 'myauthor' : undeclared identifier
  33. C:VCday14TestAdo03TestAdoDlg.cpp(199) : 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:VCday14TestAdo03TestAdoDlg.cpp(200) : error C2440: 'type cast' : cannot convert from 'int' to 'class _bstr_t'
  35.         No constructor could take the source type, or constructor overload resolution was ambiguous
  36. C:VCday14TestAdo03TestAdoDlg.cpp(201) : error C2440: 'type cast' : cannot convert from 'int' to 'class _bstr_t'
  37.         No constructor could take the source type, or constructor overload resolution was ambiguous
  38. Error executing cl.exe.
  39. Creating command line "bscmake.exe /nologo /o"Debug/TestAdo.bsc"  .DebugStdAfx.sbr .DebugTestAdo.sbr .DebugTestAdoDlg.sbr"
  40. Creating browse info file...
  41. <h3>Output Window</h3>
  42. <h3>Results</h3>
  43. TestAdo.exe - 14 error(s), 0 warning(s)
  44. </pre>
  45. </body>
  46. </html>