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

📄 transfer.plg

📁 《操作系统原理》课程设计 课题名称:磁臂调度及扇区排队算法模拟 模拟了FCFS和SSTF两种调度
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: transfer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/transfer.res" /d "_DEBUG" /d "_AFXDLL" "D:\C++\transfer\transfer.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP11.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/transfer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\C++\transfer\MainFrm.cpp"
"D:\C++\transfer\transfer.cpp"
"D:\C++\transfer\transferDoc.cpp"
"D:\C++\transfer\transferView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP11.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/transfer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\C++\transfer\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/transfer.pdb" /debug /machine:I386 /out:"Debug/transfer.exe" /pdbtype:sept 
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\transfer.obj"
".\Debug\transferDoc.obj"
".\Debug\transferView.obj"
".\Debug\transfer.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
transfer.cpp
transferDoc.cpp
transferView.cpp
D:\C++\transfer\transferView.cpp(298) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(298) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(298) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(298) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(311) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(311) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(311) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(311) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(318) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(318) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(321) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(321) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(323) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(323) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(324) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(324) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(326) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(326) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(327) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(327) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++\transfer\transferView.cpp(361) : error C2601: 'OnPreparePrinting' : local function definitions are illegal
D:\C++\transfer\transferView.cpp(367) : error C2601: 'OnBeginPrinting' : local function definitions are illegal
D:\C++\transfer\transferView.cpp(372) : error C2601: 'OnEndPrinting' : local function definitions are illegal
D:\C++\transfer\transferView.cpp(381) : error C2601: 'AssertValid' : local function definitions are illegal
D:\C++\transfer\transferView.cpp(386) : error C2601: 'Dump' : local function definitions are illegal
D:\C++\transfer\transferView.cpp(391) : error C2601: 'GetDocument' : local function definitions are illegal
D:\C++\transfer\transferView.cpp(401) : error C2601: 'Onabc' : local function definitions are illegal
D:\C++\transfer\transferView.cpp(451) : error C2601: 'OnTimer' : local function definitions are illegal
D:\C++\transfer\transferView.cpp(586) : fatal error C1004: unexpected end of file found
Generating Code...
执行 cl.exe 时出错.



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

⌨️ 快捷键说明

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