⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 library.plg

📁 1. 系统概述: 图书馆管理系统是运行于Windows系统下的应用软件
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Library - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP199.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/Library.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\大作业\Library\menu\MemberRigist.cpp"
"E:\大作业\Library\Class\Admin.cpp"
"E:\大作业\Library\Drive.cpp"
"E:\大作业\Library\Class\Reader.cpp"
"E:\大作业\Library\reallocate.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP199.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19A.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 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 /subsystem:console /incremental:yes /pdb:"Debug/Library.pdb" /debug /machine:I386 /out:"Debug/Library.exe" /pdbtype:sept 
".\Debug\choice.obj"
".\Debug\CLS.OBJ"
".\Debug\findbook_menu.obj"
".\Debug\gett_password.obj"
".\Debug\memberID.obj"
".\Debug\MemberLogin.obj"
".\Debug\MemberRigist.obj"
".\Debug\submit_menu.obj"
".\Debug\window.obj"
".\Debug\addbook_menu.obj"
".\Debug\borrowbook_menu.obj"
".\Debug\brick.obj"
".\Debug\delbook_menu.obj"
".\Debug\delmember_menu.obj"
".\Debug\manager_menu.obj"
".\Debug\mangerID.obj"
".\Debug\mangerLogin.obj"
".\Debug\member_menu.obj"
".\Debug\returnbook_menu.obj"
".\Debug\Admin.obj"
".\Debug\Book.obj"
".\Debug\Drive.obj"
".\Debug\Reader.obj"
".\Debug\reallocate.obj"
".\Debug\StackRoom.obj"
".\Debug\UserDB.obj"
".\Debug\fnGetDate.obj"
".\Debug\fnSayYesOrNo.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19A.tmp"
<h3>Output Window</h3>
Compiling...
MemberRigist.cpp
e:\大作业\library\class\userdb.h(15) : error C2065: 'CReader' : undeclared identifier
e:\大作业\library\class\userdb.h(22) : error C2061: syntax error : identifier 'CReader'
e:\大作业\library\class\userdb.h(33) : error C2143: syntax error : missing ';' before '*'
e:\大作业\library\class\userdb.h(33) : error C2501: 'CReader' : missing storage-class or type specifiers
e:\大作业\library\class\userdb.h(33) : error C2501: 'reader' : missing storage-class or type specifiers
e:\大作业\library\menu\memberrigist.cpp(10) : error C2146: syntax error : missing ';' before identifier 'MemberRigist'
e:\大作业\library\menu\memberrigist.cpp(10) : error C2501: 'CReader' : missing storage-class or type specifiers
e:\大作业\library\menu\memberrigist.cpp(10) : fatal error C1004: unexpected end of file found
Admin.cpp
e:\大作业\library\class\userdb.h(15) : error C2065: 'CReader' : undeclared identifier
e:\大作业\library\class\userdb.h(22) : error C2061: syntax error : identifier 'CReader'
e:\大作业\library\class\userdb.h(33) : error C2143: syntax error : missing ';' before '*'
e:\大作业\library\class\userdb.h(33) : error C2501: 'CReader' : missing storage-class or type specifiers
e:\大作业\library\class\userdb.h(33) : error C2501: 'reader' : missing storage-class or type specifiers
e:\大作业\library\class\admin.cpp(13) : error C2039: 'MemberSearch' : is not a member of 'CAdmin'
        e:\大作业\library\class\admin.h(14) : see declaration of 'CAdmin'
Drive.cpp
e:\大作业\library\drive.cpp(7) : error C2065: 'iChoice1' : undeclared identifier
e:\大作业\library\drive.cpp(10) : error C2065: 'ManagerLogin' : undeclared identifier
e:\大作业\library\drive.cpp(12) : error C2065: 'iManager_menu' : undeclared identifier
e:\大作业\library\drive.cpp(15) : error C2065: 'Addbook' : undeclared identifier
e:\大作业\library\drive.cpp(15) : error C2065: 'Library' : undeclared identifier
e:\大作业\library\drive.cpp(18) : error C2228: left of '.Search' must have class/struct/union type
e:\大作业\library\drive.cpp(40) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
e:\大作业\library\drive.cpp(61) : error C2248: 'iTopID' : cannot access private member declared in class 'CUserDB'
        e:\大作业\library\class\userdb.h(32) : see declaration of 'iTopID'
Reader.cpp
e:\大作业\library\class\userdb.h(15) : error C2065: 'CReader' : undeclared identifier
e:\大作业\library\class\userdb.h(22) : error C2061: syntax error : identifier 'CReader'
e:\大作业\library\class\userdb.h(33) : error C2143: syntax error : missing ';' before '*'
e:\大作业\library\class\userdb.h(33) : error C2501: 'CReader' : missing storage-class or type specifiers
e:\大作业\library\class\userdb.h(33) : error C2501: 'reader' : missing storage-class or type specifiers
e:\大作业\library\class\reader.cpp(28) : error C2065: 'Udb' : undeclared identifier
e:\大作业\library\class\reader.cpp(28) : error C2228: left of '.CheckName' must have class/struct/union type
e:\大作业\library\class\reader.cpp(41) : error C2228: left of '.Checkpassword' must have class/struct/union type
e:\大作业\library\class\reader.cpp(175) : error C2143: syntax error : missing ',' before '&'
e:\大作业\library\class\reader.cpp(175) : error C2059: syntax error : '&'
e:\大作业\library\class\reader.cpp(177) : error C2065: 'reader' : undeclared identifier
e:\大作业\library\class\reader.cpp(177) : error C2228: left of '.iID' must have class/struct/union type
e:\大作业\library\class\reader.cpp(177) : error C2228: left of '.sName' must have class/struct/union type
e:\大作业\library\class\reader.cpp(178) : error C2228: left of '.bSex' must have class/struct/union type
e:\大作业\library\class\reader.cpp(181) : error C2228: left of '.sPhone' must have class/struct/union type
e:\大作业\library\class\reader.cpp(181) : error C2228: left of '.iBorrowNum' must have class/struct/union type
reallocate.cpp
e:\大作业\library\class\userdb.h(15) : error C2065: 'CReader' : undeclared identifier
e:\大作业\library\class\userdb.h(22) : error C2061: syntax error : identifier 'CReader'
e:\大作业\library\class\userdb.h(33) : error C2143: syntax error : missing ';' before '*'
e:\大作业\library\class\userdb.h(33) : error C2501: 'CReader' : missing storage-class or type specifiers
e:\大作业\library\class\userdb.h(33) : error C2501: 'reader' : missing storage-class or type specifiers
e:\大作业\library\reallocate.cpp(5) : error C2146: syntax error : missing ';' before identifier 'ElemType'
e:\大作业\library\reallocate.cpp(5) : error C2378: 'CReader' : redefinition; symbol cannot be overloaded with a typedef
e:\大作业\library\reallocate.cpp(5) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19E.tmp" with contents
[
/nologo /o"Debug/Library.bsc" 
".\Debug\choice.sbr"
".\Debug\CLS.SBR"
".\Debug\findbook_menu.sbr"
".\Debug\gett_password.sbr"
".\Debug\memberID.sbr"
".\Debug\MemberLogin.sbr"
".\Debug\MemberRigist.sbr"
".\Debug\submit_menu.sbr"
".\Debug\window.sbr"
".\Debug\addbook_menu.sbr"
".\Debug\borrowbook_menu.sbr"
".\Debug\brick.sbr"
".\Debug\delbook_menu.sbr"
".\Debug\delmember_menu.sbr"
".\Debug\manager_menu.sbr"
".\Debug\mangerID.sbr"
".\Debug\mangerLogin.sbr"
".\Debug\member_menu.sbr"
".\Debug\returnbook_menu.sbr"
".\Debug\Admin.sbr"
".\Debug\Book.sbr"
".\Debug\Drive.sbr"
".\Debug\Reader.sbr"
".\Debug\reallocate.sbr"
".\Debug\StackRoom.sbr"
".\Debug\UserDB.sbr"
".\Debug\fnGetDate.sbr"
".\Debug\fnSayYesOrNo.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19E.tmp"
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\MemberRigist.sbr': No such file or directory
执行 bscmake.exe 时出错.
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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