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

📄 shixi1.01.plg

📁 某国际贸易中心共有40层
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SHIXI1.01 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP67.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/SHIXI1.01.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\APP\building.cpp"
"E:\APP\elevator.cpp"
"E:\APP\elevsim.cpp"
"E:\APP\floor.cpp"
"E:\APP\person.cpp"
"E:\APP\simulation.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP67.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP68.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:console /incremental:yes /pdb:"Debug/SHIXI1.01.pdb" /debug /machine:I386 /out:"Debug/SHIXI1.01.exe" /pdbtype:sept 
.\Debug\building.obj
.\Debug\elevator.obj
.\Debug\elevsim.obj
.\Debug\floor.obj
.\Debug\person.obj
.\Debug\simulation.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP68.tmp"
<h3>Output Window</h3>
Compiling...
building.cpp
e:\app\elevsim.h(9) : error C2059: syntax error : 'constant'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(12) : error C2011: 'simulation' : 'class' type redefinition
e:\app\building.cpp(25) : error C2065: 'clrscr' : undeclared identifier
e:\app\building.cpp(26) : error C2065: '_setcursortype' : undeclared identifier
e:\app\building.cpp(26) : error C2065: '_NOCURSOR' : undeclared identifier
e:\app\building.cpp(27) : error C2065: 'gotoxy' : undeclared identifier
e:\app\building.cpp(28) : error C2065: 'textcolor' : undeclared identifier
e:\app\building.cpp(28) : error C2065: 'YELLOW' : undeclared identifier
e:\app\building.cpp(37) : error C2065: 'WHITE' : undeclared identifier
e:\app\building.cpp(41) : error C2065: 'getTime' : undeclared identifier
e:\app\building.cpp(57) : error C2065: 'sleep' : undeclared identifier
e:\app\building.cpp(58) : error C2065: 'delay' : undeclared identifier
elevator.cpp
e:\app\elevsim.h(9) : error C2059: syntax error : 'constant'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(12) : error C2011: 'simulation' : 'class' type redefinition
e:\app\building.h(12) : error C2146: syntax error : missing ';' before identifier 'Persons'
e:\app\building.h(12) : error C2501: 'perSet' : missing storage-class or type specifiers
e:\app\building.h(12) : error C2501: 'Persons' : missing storage-class or type specifiers
e:\app\building.h(13) : error C2146: syntax error : missing ';' before identifier 'Floors'
e:\app\building.h(13) : error C2501: 'floorSet' : missing storage-class or type specifiers
e:\app\building.h(13) : error C2501: 'Floors' : missing storage-class or type specifiers
e:\app\building.h(14) : error C2146: syntax error : missing ';' before identifier 'Elevators'
e:\app\building.h(14) : error C2501: 'elevSet' : missing storage-class or type specifiers
e:\app\building.h(14) : error C2501: 'Elevators' : missing storage-class or type specifiers
e:\app\elevator.cpp(2) : error C2143: syntax error : missing ';' before '/'
e:\app\elevator.cpp(2) : error C2014: preprocessor command must start as first nonwhite space
e:\app\elevator.cpp(34) : error C2065: 'textcolor' : undeclared identifier
e:\app\elevator.cpp(34) : error C2065: 'BROWN' : undeclared identifier
e:\app\elevator.cpp(35) : error C2065: 'gotoxy' : undeclared identifier
e:\app\elevator.cpp(49) : error C2065: 'Draw_window' : undeclared identifier
e:\app\elevator.cpp(52) : error C2065: 'RED' : undeclared identifier
e:\app\elevator.cpp(53) : error C2065: 'MAGENTA' : undeclared identifier
e:\app\elevator.cpp(54) : error C2065: 'GREEN' : undeclared identifier
e:\app\elevator.cpp(55) : error C2065: 'WHITE' : undeclared identifier
e:\app\elevator.cpp(178) : error C2065: 'clreol' : undeclared identifier
elevsim.cpp
e:\app\elevsim.h(9) : error C2059: syntax error : 'constant'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(12) : error C2011: 'simulation' : 'class' type redefinition
e:\app\elevsim.cpp(12) : error C2065: 'textcolor' : undeclared identifier
e:\app\elevsim.cpp(12) : error C2065: 'WHITE' : undeclared identifier
e:\app\elevsim.cpp(26) : error C2065: 'clrscr' : undeclared identifier
e:\app\elevsim.cpp(28) : error C2065: '_setcursortype' : undeclared identifier
e:\app\elevsim.cpp(28) : error C2065: '_SOLIDCURSOR' : undeclared identifier
e:\app\elevsim.cpp(30) : error C2065: 'Draw_window' : undeclared identifier
e:\app\elevsim.cpp(32) : error C2065: 'gotoxy' : undeclared identifier
e:\app\elevsim.cpp(33) : error C2065: 'cprintf' : undeclared identifier
e:\app\elevsim.cpp(34) : error C2065: 'textbackground' : undeclared identifier
e:\app\elevsim.cpp(35) : error C2065: 'BLINK' : undeclared identifier
e:\app\elevsim.cpp(37) : error C2065: 'BLACK' : undeclared identifier
e:\app\elevsim.cpp(45) : error C2065: 'RED' : undeclared identifier
e:\app\elevsim.cpp(46) : error C2065: 'cout' : undeclared identifier
e:\app\elevsim.cpp(46) : error C2297: '<<' : illegal, right operand has type 'char [5]'
e:\app\elevsim.cpp(50) : error C2065: 'cin' : undeclared identifier
e:\app\elevsim.cpp(50) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
e:\app\elevsim.cpp(52) : error C2065: '_NOCURSOR' : undeclared identifier
floor.cpp
e:\app\elevsim.h(9) : error C2059: syntax error : 'constant'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(12) : error C2011: 'simulation' : 'class' type redefinition
e:\app\elevator.h(24) : error C2061: syntax error : identifier 'floorSet'
e:\app\elevator.h(25) : error C2061: syntax error : identifier 'floorSet'
e:\app\elevator.h(26) : error C2061: syntax error : identifier 'floorSet'
e:\app\elevator.h(35) : error C2061: syntax error : identifier 'floorSet'
e:\app\building.h(12) : error C2146: syntax error : missing ';' before identifier 'Persons'
e:\app\building.h(12) : error C2501: 'perSet' : missing storage-class or type specifiers
e:\app\building.h(12) : error C2501: 'Persons' : missing storage-class or type specifiers
e:\app\building.h(13) : error C2146: syntax error : missing ';' before identifier 'Floors'
e:\app\building.h(13) : error C2501: 'floorSet' : missing storage-class or type specifiers
e:\app\building.h(13) : error C2501: 'Floors' : missing storage-class or type specifiers
e:\app\floor.cpp(22) : error C2065: 'gotoxy' : undeclared identifier
e:\app\floor.cpp(23) : error C2065: 'textcolor' : undeclared identifier
e:\app\floor.cpp(40) : error C2065: 'RED' : undeclared identifier
e:\app\floor.cpp(42) : error C2065: 'GREEN' : undeclared identifier
e:\app\floor.cpp(48) : error C2065: 'MAGENTA' : undeclared identifier
e:\app\floor.cpp(64) : error C2065: 'WHITE' : undeclared identifier
person.cpp
e:\app\elevsim.h(9) : error C2059: syntax error : 'constant'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(9) : error C2143: syntax error : missing ';' before '}'
e:\app\elevsim.h(12) : error C2011: 'simulation' : 'class' type redefinition
e:\app\floor.h(19) : error C2061: syntax error : identifier 'perSet'
e:\app\floor.h(29) : error C2061: syntax error : identifier 'perSet'
e:\app\elevator.h(26) : error C2061: syntax error : identifier 'perSet'
e:\app\elevator.h(35) : error C2061: syntax error : identifier 'perSet'
e:\app\building.h(12) : error C2146: syntax error : missing ';' before identifier 'Persons'
e:\app\building.h(12) : error C2501: 'perSet' : missing storage-class or type specifiers
e:\app\building.h(12) : error C2501: 'Persons' : missing storage-class or type specifiers
simulation.cpp
e:\app\draw_win.h(17) : error C2065: 'textcolor' : undeclared identifier
e:\app\draw_win.h(17) : error C2065: 'white' : undeclared identifier
e:\app\draw_win.h(22) : error C2065: 'gotoxy' : undeclared identifier
e:\app\simulation.cpp(11) : error C2653: 'simulation' : is not a class or namespace name
e:\app\simulation.cpp(13) : error C2065: 'timeSimulate' : undeclared identifier
e:\app\simulation.cpp(14) : error C2065: 'timeRemaining' : undeclared identifier
e:\app\simulation.cpp(15) : warning C4508: 'simulation' : function should return a value; 'void' return type assumed
e:\app\simulation.cpp(17) : error C2653: 'simulation' : is not a class or namespace name
e:\app\simulation.cpp(25) : error C2653: 'simulation' : is not a class or namespace name
e:\app\simulation.cpp(31) : error C2653: 'simulation' : is not a class or namespace name
e:\app\simulation.cpp(33) : error C2653: 'simulation' : is not a class or namespace name
e:\app\simulation.cpp(41) : error C2653: 'simulation' : is not a class or namespace name
e:\app\simulation.cpp(47) : error C2653: 'simulation' : is not a class or namespace name
e:\app\simulation.cpp(53) : error C2653: 'simulation' : is not a class or namespace name
e:\app\simulation.cpp(57) : error C2065: 'gettext' : undeclared identifier
e:\app\simulation.cpp(58) : error C2065: 'clrscr' : undeclared identifier
e:\app\simulation.cpp(61) : error C2065: 'RED' : undeclared identifier
e:\app\simulation.cpp(64) : error C2065: 'YELLOW' : undeclared identifier
e:\app\simulation.cpp(66) : error C2065: 'ctime' : undeclared identifier
e:\app\simulation.cpp(66) : error C2065: 'starttime' : undeclared identifier
e:\app\simulation.cpp(68) : error C2065: 'endtime' : undeclared identifier
e:\app\simulation.cpp(68) : error C2065: 'time' : undeclared identifier
e:\app\simulation.cpp(73) : error C2065: 'difftime' : undeclared identifier
e:\app\simulation.cpp(77) : error C2065: 'totalPeople' : undeclared identifier
e:\app\simulation.cpp(80) : error C2065: 'inBuilding' : undeclared identifier
e:\app\simulation.cpp(83) : error C2065: 'leftBuilding' : undeclared identifier
e:\app\simulation.cpp(86) : error C2065: 'avgwait' : undeclared identifier
e:\app\simulation.cpp(89) : error C2065: 'avgRide' : undeclared identifier
e:\app\simulation.cpp(92) : error C2065: 'tookstair' : undeclared identifier
e:\app\simulation.cpp(95) : error C2065: 'MAXFLOORS' : undeclared identifier
e:\app\simulation.cpp(98) : error C2065: 'MAXELEVS' : undeclared identifier
e:\app\simulation.cpp(103) : error C2065: 'CYAN' : undeclared identifier
e:\app\simulation.cpp(103) : error C2065: 'BLINK' : undeclared identifier
e:\app\simulation.cpp(111) : error C2065: 'puttext' : undeclared identifier
e:\app\simulation.cpp(121) : error C2065: 'WHITE' : undeclared identifier
Error executing cl.exe.



<h3>Results</h3>
SHIXI1.01.exe - 123 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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