TestAdo.plg
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:3k
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: TestAdo - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP124.tmp" with contents
- [
- /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
- "C:VCday14TestAdo03TestAdoDlg.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP124.tmp"
- 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 "
- <h3>Output Window</h3>
- Compiling...
- TestAdoDlg.cpp
- C:VCday14TestAdo03TestAdoDlg.cpp(195) : error C2059: syntax error : 'while'
- C:VCday14TestAdo03TestAdoDlg.cpp(196) : error C2143: syntax error : missing ';' before '{'
- C:VCday14TestAdo03TestAdoDlg.cpp(197) : error C2039: '_variant_t' : is not a member of '_Recordset'
- c:vcday14testado03debugmsado15.tlh(1697) : see declaration of '_Recordset'
- C:VCday14TestAdo03TestAdoDlg.cpp(197) : error C2146: syntax error : missing ';' before identifier 'myid'
- C:VCday14TestAdo03TestAdoDlg.cpp(197) : error C2039: 'myid' : is not a member of '_Recordset'
- c:vcday14testado03debugmsado15.tlh(1697) : see declaration of '_Recordset'
- C:VCday14TestAdo03TestAdoDlg.cpp(197) : error C2039: 'mydata' : is not a member of '_Recordset'
- c:vcday14testado03debugmsado15.tlh(1697) : see declaration of '_Recordset'
- C:VCday14TestAdo03TestAdoDlg.cpp(198) : error C2146: syntax error : missing ';' before identifier 'myname'
- C:VCday14TestAdo03TestAdoDlg.cpp(198) : error C2065: 'myname' : undeclared identifier
- 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)
- C:VCday14TestAdo03TestAdoDlg.cpp(199) : error C2146: syntax error : missing ';' before identifier 'myauthor'
- C:VCday14TestAdo03TestAdoDlg.cpp(199) : error C2065: 'myauthor' : undeclared identifier
- 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)
- C:VCday14TestAdo03TestAdoDlg.cpp(200) : error C2440: 'type cast' : cannot convert from 'int' to 'class _bstr_t'
- No constructor could take the source type, or constructor overload resolution was ambiguous
- C:VCday14TestAdo03TestAdoDlg.cpp(201) : error C2440: 'type cast' : cannot convert from 'int' to 'class _bstr_t'
- No constructor could take the source type, or constructor overload resolution was ambiguous
- Error executing cl.exe.
- Creating command line "bscmake.exe /nologo /o"Debug/TestAdo.bsc" .DebugStdAfx.sbr .DebugTestAdo.sbr .DebugTestAdoDlg.sbr"
- Creating browse info file...
- <h3>Output Window</h3>
- <h3>Results</h3>
- TestAdo.exe - 14 error(s), 0 warning(s)
- </pre>
- </body>
- </html>