odbcclasses.plg
来自「Visual+C+++6[1].0实用教程代码 Visual+C+++6[1]」· PLG 代码 · 共 53 行
PLG
53 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ODBCClasses - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/ODBCClasses.res" /d "NDEBUG" /d "_AFXDLL" "E:\VC6.0代码\第21章\ODBCClasses\ODBCClasses.rc""
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP37.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /Fp"Release/ODBCClasses.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第21章\ODBCClasses\DBVariantEx.cpp"
"E:\VC6.0代码\第21章\ODBCClasses\ODBCClasses.cpp"
"E:\VC6.0代码\第21章\ODBCClasses\ODBCDynamic.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP37.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP38.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /Fp"Release/ODBCClasses.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第21章\ODBCClasses\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP38.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP39.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/ODBCClasses.pdb" /machine:I386 /def:".\ODBCClasses.def" /out:"Release/ODBCClasses.dll" /implib:"Release/ODBCClasses.lib"
".\Release\DBVariantEx.obj"
".\Release\ODBCClasses.obj"
".\Release\ODBCDynamic.obj"
".\Release\StdAfx.obj"
".\Release\ODBCClasses.res"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP39.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DBVariantEx.cpp
ODBCClasses.cpp
ODBCDynamic.cpp
Generating Code...
Linking...
Creating library Release/ODBCClasses.lib and object Release/ODBCClasses.exp
<h3>Results</h3>
ODBCClasses.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?