testapp.plg

来自「VIUSAL C++实现的考试管理系统,涉及到试卷生成,成绩记录等功能.」· PLG 代码 · 共 59 行

PLG
59
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TestApp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/TestApp.res" /d "_DEBUG" /d "_AFXDLL" "E:\vc精彩范例\实例\Sample7\TestApp\TestApp.rc"" 
Creating temporary file "C:\DOCUME~1\夏邦贵\LOCALS~1\Temp\RSP13.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/TestApp.pdb" /debug /machine:I386 /out:"Debug/TestApp.exe" /pdbtype:sept 
".\Debug\ChapterSet.obj"
".\Debug\ChapterView.obj"
".\Debug\ChildFrm.obj"
".\Debug\ClassSet.obj"
".\Debug\ClassView.obj"
".\Debug\DepartmentSet.obj"
".\Debug\DepartmentView.obj"
".\Debug\JudgeSet.obj"
".\Debug\JudgeView.obj"
".\Debug\LogonDialog.obj"
".\Debug\MainFrm.obj"
".\Debug\MoreSet.obj"
".\Debug\MoreView.obj"
".\Debug\PaperDialog.obj"
".\Debug\PaperManageView.obj"
".\Debug\PaperOptionView.obj"
".\Debug\PapersDataSet.obj"
".\Debug\PapersSet.obj"
".\Debug\SingleSet.obj"
".\Debug\SingleView.obj"
".\Debug\SpaceSet.obj"
".\Debug\SpaceView.obj"
".\Debug\StdAfx.obj"
".\Debug\StudentSet.obj"
".\Debug\StudentView.obj"
".\Debug\SysUserSet.obj"
".\Debug\SysUserView.obj"
".\Debug\TeacherSet.obj"
".\Debug\TeacherView.obj"
".\Debug\TestApp.obj"
".\Debug\TestAppDoc.obj"
".\Debug\TestAppView.obj"
".\Debug\TestApp.res"
]
Creating command line "link.exe @"C:\DOCUME~1\夏邦贵\LOCALS~1\Temp\RSP13.tmp""
<h3>Output Window</h3>
Compiling resources...
Linking...



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

⌨️ 快捷键说明

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