ado.plg
来自「20VC中利用ADO技术访问数据库」· PLG 代码 · 共 36 行
PLG
36 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ado - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE6F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Ado.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\资料\孙鑫VC++教学视频\VC++深入详解教学视频\Lesson20VC中利用ADO技术访问数据库\Code\ADO\Ado\Ado.cpp"
"E:\资料\孙鑫VC++教学视频\VC++深入详解教学视频\Lesson20VC中利用ADO技术访问数据库\Code\ADO\Ado\AdoDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE6F.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE70.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Ado.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\资料\孙鑫VC++教学视频\VC++深入详解教学视频\Lesson20VC中利用ADO技术访问数据库\Code\ADO\Ado\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE70.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Ado.pdb" /debug /machine:I386 /out:"Debug/Ado.exe" /pdbtype:sept ".\Debug\Ado.obj" ".\Debug\AdoDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\Ado.res" "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
e:\资料\孙鑫vc++教学视频\vc++深入详解教学视频\lesson20vc中利用ado技术访问数据库\code\ado\ado\stdafx.h(23) : fatal error C1083: Cannot open type library file: 'D:\Program Files\Common Files\System\ado\msado15.dll': No such file or directory
Error executing cl.exe.
<h3>Results</h3>
Ado.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?