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

📄 book.plg

📁 一个简单的图书管理系统
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: book - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\D620\LOCALS~1\Temp\RSP109.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/book.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\book\bookView.cpp"
"D:\book\SearchDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\D620\LOCALS~1\Temp\RSP109.tmp" 
Creating temporary file "C:\DOCUME~1\D620\LOCALS~1\Temp\RSP10A.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/book.pdb" /debug /machine:I386 /out:"Debug/book.exe" /pdbtype:sept 
.\Debug\book.obj
.\Debug\bookDoc.obj
.\Debug\bookSet.obj
.\Debug\bookView.obj
.\Debug\MainFrm.obj
.\Debug\SearchDlg.obj
.\Debug\StdAfx.obj
.\Debug\book.res
]
Creating command line "link.exe @C:\DOCUME~1\D620\LOCALS~1\Temp\RSP10A.tmp"
<h3>Output Window</h3>
Compiling...
bookView.cpp
D:\book\bookView.cpp(213) : error C2065: 'CSearchDialog' : undeclared identifier
D:\book\bookView.cpp(213) : error C2146: syntax error : missing ';' before identifier 'dlg'
D:\book\bookView.cpp(213) : error C2065: 'dlg' : undeclared identifier
D:\book\bookView.cpp(214) : error C2228: left of '.DoModal' must have class/struct/union type
D:\book\bookView.cpp(217) : error C2228: left of '.m_namesearch' must have class/struct/union type
SearchDlg.cpp
D:\book\SearchDlg.cpp(19) : error C2039: 'IDD' : is not a member of 'CSearchDlg'
        d:\book\searchdlg.h(13) : see declaration of 'CSearchDlg'
D:\book\SearchDlg.cpp(19) : error C2065: 'IDD' : undeclared identifier
Generating Code...
执行 cl.exe 时出错.



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

⌨️ 快捷键说明

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