hedandb.plg
来自「深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹」· PLG 代码 · 共 83 行
PLG
83 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HeDanDB - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6.tmp" with contents
[
/nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/HeDanDB.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\community\HeDanDB\GlobeData.cpp"
"G:\community\HeDanDB\GlobeFun.cpp"
"G:\community\HeDanDB\GlobeStruct.cpp"
"G:\community\HeDanDB\HDAPI.CPP"
"G:\community\HeDanDB\HeDanDB.cpp"
"G:\community\HeDanDB\HSelectTableByDSN.cpp"
"G:\community\HeDanDB\SelectTables.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6.tmp"
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.tmp" with contents
[
/nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/HeDanDB.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\community\HeDanDB\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.tmp"
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/HeDanDB.pdb" /debug /machine:I386 /def:".\HeDanDB.def" /out:"../Debug/HeDanDB.dll" /implib:"../Debug/HeDanDB.lib" /pdbtype:sept
.\Debug\GlobeData.obj
.\Debug\GlobeFun.obj
.\Debug\GlobeStruct.obj
.\Debug\HDAPI.OBJ
.\Debug\HeDanDB.obj
.\Debug\HSelectTableByDSN.obj
.\Debug\SelectTables.obj
.\Debug\StdAfx.obj
.\Debug\HeDanDB.res
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
GlobeData.cpp
GlobeFun.cpp
G:\community\HeDanDB\GlobeFun.cpp(39) : warning C4101: 'e' : unreferenced local variable
GlobeStruct.cpp
HDAPI.CPP
G:\community\HeDanDB\HDAPI.CPP(98) : warning C4100: 'tRecordInfos' : unreferenced formal parameter
G:\community\HeDanDB\HDAPI.CPP(228) : warning C4244: 'argument' : conversion from 'int' to 'unsigned short', possible loss of data
G:\community\HeDanDB\HDAPI.CPP(180) : warning C4101: 'hstmt' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(176) : warning C4101: 'pTok1' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(182) : warning C4101: 'rtcodeSource' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(205) : warning C4101: 'oddcbName' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(204) : warning C4101: 'NAME' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(205) : warning C4101: 'oddcbID' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(216) : warning C4101: 'ID' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(351) : warning C4244: 'argument' : conversion from 'int' to 'unsigned short', possible loss of data
G:\community\HeDanDB\HDAPI.CPP(307) : warning C4101: 'cbPhotoParamSource' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(304) : warning C4101: 'hstmtSource' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(300) : warning C4101: 'pTok1' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(307) : warning C4101: 'cbPhotoParam' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(331) : warning C4101: 'oddcbName' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(330) : warning C4101: 'NAME' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(331) : warning C4101: 'oddcbID' : unreferenced local variable
G:\community\HeDanDB\HDAPI.CPP(402) : warning C4244: 'argument' : conversion from 'int' to 'short', possible loss of data
HeDanDB.cpp
G:\community\HeDanDB\HeDanDB.cpp(17) : warning C4100: 'lpReserved' : unreferenced formal parameter
HSelectTableByDSN.cpp
SelectTables.cpp
Generating Code...
Linking...
Creating library ../Debug/HeDanDB.lib and object ../Debug/HeDanDB.exp
<h3>Results</h3>
HeDanDB.dll - 0 error(s), 20 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?