db.plg

来自「管理员登录功能;读者借阅模块;读者归还模块;书籍信息模块」· PLG 代码 · 共 114 行

PLG
114
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: db - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/db.res" /d "_DEBUG" /d "_AFXDLL" "E:\源程序\db.rc"" 
Creating temporary file "C:\DOCUME~1\gt\LOCALS~1\Temp\RSP12.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/db.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\源程序\AddBorrowerDlg.cpp"
"E:\源程序\AddItemDlg.cpp"
"E:\源程序\AddTitleDlg.cpp"
"E:\源程序\ADOConn.cpp"
"E:\源程序\BoanReturnDlg.cpp"
"E:\源程序\BorrowerDlg.cpp"
"E:\源程序\db.cpp"
"E:\源程序\dbDoc.cpp"
"E:\源程序\dbView.cpp"
"E:\源程序\ItemDlg.cpp"
"E:\源程序\LoanBookDlg.cpp"
"E:\源程序\LoanDlg.cpp"
"E:\源程序\LoginDlg.cpp"
"E:\源程序\MainFrm.cpp"
"E:\源程序\SearchTitleDlg.cpp"
"E:\源程序\Users.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\gt\LOCALS~1\Temp\RSP12.tmp" 
Creating temporary file "C:\DOCUME~1\gt\LOCALS~1\Temp\RSP13.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/db.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\源程序\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\gt\LOCALS~1\Temp\RSP13.tmp" 
Creating temporary file "C:\DOCUME~1\gt\LOCALS~1\Temp\RSP14.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/db.pdb" /debug /machine:I386 /out:"Debug/db.exe" /pdbtype:sept 
".\Debug\AddBorrowerDlg.obj"
".\Debug\AddItemDlg.obj"
".\Debug\AddTitleDlg.obj"
".\Debug\ADOConn.obj"
".\Debug\BoanReturnDlg.obj"
".\Debug\BorrowerDlg.obj"
".\Debug\db.obj"
".\Debug\dbDoc.obj"
".\Debug\dbView.obj"
".\Debug\ItemDlg.obj"
".\Debug\LoanBookDlg.obj"
".\Debug\LoanDlg.obj"
".\Debug\LoginDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\SearchTitleDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\Users.obj"
".\Debug\db.res"
]
Creating command line "link.exe @C:\DOCUME~1\gt\LOCALS~1\Temp\RSP14.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
AddBorrowerDlg.cpp
AddItemDlg.cpp
AddTitleDlg.cpp
ADOConn.cpp
BoanReturnDlg.cpp
BorrowerDlg.cpp
db.cpp
dbDoc.cpp
dbView.cpp
ItemDlg.cpp
LoanBookDlg.cpp
LoanDlg.cpp
LoginDlg.cpp
MainFrm.cpp
SearchTitleDlg.cpp
Users.cpp
Generating Code...
Linking...
Creating temporary file "C:\DOCUME~1\gt\LOCALS~1\Temp\RSP16.tmp" with contents
[
/nologo /o"Debug/db.bsc" 
".\Debug\StdAfx.sbr"
".\Debug\AddBorrowerDlg.sbr"
".\Debug\AddItemDlg.sbr"
".\Debug\AddTitleDlg.sbr"
".\Debug\ADOConn.sbr"
".\Debug\BoanReturnDlg.sbr"
".\Debug\BorrowerDlg.sbr"
".\Debug\db.sbr"
".\Debug\dbDoc.sbr"
".\Debug\dbView.sbr"
".\Debug\ItemDlg.sbr"
".\Debug\LoanBookDlg.sbr"
".\Debug\LoanDlg.sbr"
".\Debug\LoginDlg.sbr"
".\Debug\MainFrm.sbr"
".\Debug\SearchTitleDlg.sbr"
".\Debug\Users.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\gt\LOCALS~1\Temp\RSP16.tmp"
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
db.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?