sc.plg

来自「学生选课系统」· PLG 代码 · 共 48 行

PLG
48
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SC - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\夜樱\LOCALS~1\Temp\RSP12A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SC.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\SC\Course.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\夜樱\LOCALS~1\Temp\RSP12A.tmp"" 
Creating temporary file "C:\DOCUME~1\夜樱\LOCALS~1\Temp\RSP12B.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/SC.pdb" /debug /machine:I386 /out:"Debug/SC.exe" /pdbtype:sept 
.\Debug\ADOConn.obj
.\Debug\Course.obj
.\Debug\CourseSearch.obj
.\Debug\Define.obj
.\Debug\SC.obj
.\Debug\SC1.obj
.\Debug\SCCalculate.obj
.\Debug\SCConsole.obj
.\Debug\SCDlg.obj
.\Debug\SCSearch.obj
.\Debug\SearchRecord.obj
.\Debug\StdAfx.obj
.\Debug\Student.obj
.\Debug\StudentSearch.obj
.\Debug\SC.res
]
Creating command line "link.exe @"C:\DOCUME~1\夜樱\LOCALS~1\Temp\RSP12B.tmp""
<h3>Output Window</h3>
Compiling...
Course.cpp
e:\sc\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Linking...



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

⌨️ 快捷键说明

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