📄 exam.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: EXAM - Win32 Unicode Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"DebugU/EXAM.res" /d "_DEBUG" "F:\《Visual C++项目案例导航》源代码\第3部分源码\组件\EXAM\EXAM.rc""
Creating temporary file "D:\DOCUME~1\mengzl\LOCALS~1\Temp\RSP238.tmp" with contents
[
/nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Fp"DebugU/EXAM.pch" /Yu"stdafx.h" /Fo"DebugU/" /Fd"DebugU/" /FD /GZ /c
"F:\《Visual C++项目案例导航》源代码\第3部分源码\组件\EXAM\CaculateScore.cpp"
"F:\《Visual C++项目案例导航》源代码\第3部分源码\组件\EXAM\EXAM.cpp"
"F:\《Visual C++项目案例导航》源代码\第3部分源码\组件\EXAM\ExamState.cpp"
"F:\《Visual C++项目案例导航》源代码\第3部分源码\组件\EXAM\GenerateExam.cpp"
"F:\《Visual C++项目案例导航》源代码\第3部分源码\组件\EXAM\SaveCurrentAnswer.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\mengzl\LOCALS~1\Temp\RSP238.tmp"
Creating temporary file "D:\DOCUME~1\mengzl\LOCALS~1\Temp\RSP239.tmp" with contents
[
/nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Fp"DebugU/EXAM.pch" /Yc"stdafx.h" /Fo"DebugU/" /Fd"DebugU/" /FD /GZ /c
"F:\《Visual C++项目案例导航》源代码\第3部分源码\组件\EXAM\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\mengzl\LOCALS~1\Temp\RSP239.tmp"
Creating temporary file "D:\DOCUME~1\mengzl\LOCALS~1\Temp\RSP23A.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 /subsystem:windows /dll /incremental:yes /pdb:"DebugU/EXAM.pdb" /debug /machine:I386 /def:".\EXAM.def" /out:"DebugU/EXAM.dll" /implib:"DebugU/EXAM.lib" /pdbtype:sept
".\DebugU\CaculateScore.obj"
".\DebugU\EXAM.obj"
".\DebugU\ExamState.obj"
".\DebugU\GenerateExam.obj"
".\DebugU\SaveCurrentAnswer.obj"
".\DebugU\StdAfx.obj"
".\DebugU\EXAM.res"
]
Creating command line "link.exe @D:\DOCUME~1\mengzl\LOCALS~1\Temp\RSP23A.tmp"
Creating temporary file "D:\DOCUME~1\mengzl\LOCALS~1\Temp\RSP23B.bat" with contents
[
@echo off
if "%OS%"=="" goto NOTNT
if not "%OS%"=="Windows_NT" goto NOTNT
regsvr32 /s /c ".\DebugU\EXAM.dll"
echo regsvr32 exec. time > ".\DebugU\regsvr32.trg"
goto end
:NOTNT
echo Warning : Cannot register Unicode DLL on Windows 95
:end
]
Creating command line "D:\DOCUME~1\mengzl\LOCALS~1\Temp\RSP23B.bat"
Compiling resources...
Compiling...
StdAfx.cpp
f:\《visual c++项目案例导航》源代码\第3部分源码\组件\exam\stdafx.h(24) : fatal error C1083: Cannot open type library file: 'msADO15.dll': No such file or directory
Error executing cl.exe.
<h3>Output Window</h3>
<h3>Results</h3>
EXAM.dll - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -