📄 sqldll.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: sqldll - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF6.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SQLDLL_EXPORTS" /FR"Debug/" /Fp"Debug/sqldll.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Work\VSS\CommonModule\toQA\A02\sqlite3_windows\sqldll\clsdbtools.cpp"
"E:\Work\VSS\CommonModule\toQA\A02\sqlite3_windows\sqldll\clsrecordset.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF6.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF7.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"Debug/sqldll.pdb" /debug /machine:I386 /out:"Debug/sqldll.dll" /implib:"Debug/sqldll.lib" /pdbtype:sept
.\Debug\clsdbtools.obj
.\Debug\clsrecordset.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF7.tmp"
<h3>Output Window</h3>
Compiling...
clsdbtools.cpp
e:\work\vss\commonmodule\toqa\a02\sqlite3_windows\sqldll\clsdbtools.h(80) : warning C4251: 'm_datavector' : class 'std::vector<struct record *,class std::allocator<struct record *> >' needs to have dll-interface to be used by clients of class 'ClsDbTools'
clsrecordset.cpp
e:\work\vss\commonmodule\toqa\a02\sqlite3_windows\sqldll\clsdbtools.h(80) : warning C4251: 'm_datavector' : class 'std::vector<struct record *,class std::allocator<struct record *> >' needs to have dll-interface to be used by clients of class 'ClsDbTools'
e:\work\vss\commonmodule\toqa\a02\sqlite3_windows\sqldll\clsrecordset.h(39) : warning C4251: 'm_dbvector' : class 'std::vector<struct record *,class std::allocator<struct record *> >' needs to have dll-interface to be used by clients of class 'ClsRecordset'
Linking...
Creating library Debug/sqldll.lib and object Debug/sqldll.exp
<h3>Results</h3>
sqldll.dll - 0 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -