课程设计样品cexp5.plg

来自「综合微机通用总线、定时计数器、并行接口、中断控制器等芯片等控制原理」· PLG 代码 · 共 37 行

PLG
37
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 课程设计样品Cexp5 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/课程设计样品Cexp5.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品Cexp5.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C.tmp" 
<h3>Output Window</h3>
Compiling...
课程设计样品Cexp5.cpp
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(50) : error C2065: 'oldhandler' : undeclared identifier
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(50) : error C2100: illegal indirection
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(50) : error C2501: 'interrupt' : missing storage-class or type specifiers
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(50) : error C2143: syntax error : missing ';' before '('
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(50) : error C2059: syntax error : ')'
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(50) : error C2059: syntax error : ';'
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(51) : error C2146: syntax error : missing ';' before identifier 'handler'
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(51) : error C2182: 'interrupt' : illegal use of type 'void'
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(51) : error C2086: 'interrupt' : redefinition
e:\学习\我的作业及资料\课程设计\接口课程设计\新建文件夹\课程设计样品cexp5.cpp(51) : fatal error C1004: unexpected end of file found
Error executing cl.exe.



<h3>Results</h3>
课程设计样品Cexp5.obj - 10 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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