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

📄 ship.plg

📁 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ship - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/ship.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\c\第十四章源代码\ship.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10.tmp" 
<h3>Output Window</h3>
Compiling...
ship.c
f:\c\第十四章源代码\13h.h(16) : error C4226: nonstandard extension used : 'far' is an obsolete keyword
f:\c\第十四章源代码\13h.h(21) : error C2079: 'regs' uses undefined struct 'REGPACK'
f:\c\第十四章源代码\13h.h(22) : error C2224: left of '.r_bx' must have struct/union type
f:\c\第十四章源代码\13h.h(23) : error C2224: left of '.r_ax' must have struct/union type
f:\c\第十四章源代码\13h.h(24) : warning C4013: 'intr' undefined; assuming extern returning int
f:\c\第十四章源代码\13h.h(25) : error C2224: left of '.r_es' must have struct/union type
f:\c\第十四章源代码\13h.h(26) : error C2224: left of '.r_bp' must have struct/union type
f:\c\第十四章源代码\13h.h(33) : error C4226: nonstandard extension used : 'far' is an obsolete keyword
f:\c\第十四章源代码\13h.h(39) : error C2065: '_AX' : undeclared identifier
f:\c\第十四章源代码\13h.h(40) : warning C4013: 'geninterrupt' undefined; assuming extern returning int
f:\c\第十四章源代码\13h.h(61) : warning C4013: 'outportb' undefined; assuming extern returning int
f:\c\第十四章源代码\13h.h(70) : error C2065: '_DH' : undeclared identifier
f:\c\第十四章源代码\13h.h(71) : error C2065: '_DL' : undeclared identifier
f:\c\第十四章源代码\13h.h(72) : error C2065: '_AH' : undeclared identifier
f:\c\第十四章源代码\13h.h(73) : error C2065: '_BX' : undeclared identifier
f:\c\第十四章源代码\13h.h(81) : warning C4013: 'peek' undefined; assuming extern returning int
f:\c\第十四章源代码\13h.h(89) : warning C4013: 'poke' undefined; assuming extern returning int
f:\c\第十四章源代码\13h.h(111) : warning C4013: 'movedata' undefined; assuming extern returning int
f:\c\第十四章源代码\13h.h(111) : warning C4013: 'FP_SEG' undefined; assuming extern returning int
f:\c\第十四章源代码\13h.h(111) : warning C4013: 'FP_OFF' undefined; assuming extern returning int
f:\c\第十四章源代码\13h.h(120) : warning C4013: 'peekb' undefined; assuming extern returning int
f:\c\第十四章源代码\timer.h(50) : warning C4047: 'return' : 'int ' differs in levels of indirection from 'void *'
f:\c\第十四章源代码\ship.c(7) : fatal error C1083: Cannot open include file: 'alloc.h': No such file or directory
执行 cl.exe 时出错.



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

⌨️ 快捷键说明

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