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

📄 com_int.plg

📁 一个中断法串口通讯程序。
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Com_int - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "c:\windows\TEMP\RSPB3B2.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Com_int.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\串口通讯\中断法\Com_int.c"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPB3B2.TMP" 
Creating temporary file "c:\windows\TEMP\RSPB3B3.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/Com_int.pdb" /debug /machine:I386 /out:"Debug/Com_int.exe" /pdbtype:sept 
".\Debug\Com_int.obj"
]
Creating command line "link.exe @c:\windows\TEMP\RSPB3B3.TMP"
<h3>Output Window</h3>
Compiling...
Com_int.c
d:\串口通讯\中断法\com_int.h(29) : error C2143: syntax error : missing ')' before '*'
d:\串口通讯\中断法\com_int.h(29) : error C2143: syntax error : missing '{' before '*'
d:\串口通讯\中断法\com_int.h(29) : error C2059: syntax error : ')'
d:\串口通讯\中断法\com_int.h(35) : error C2061: syntax error : identifier 'int2'
d:\串口通讯\中断法\com_int.h(35) : error C2059: syntax error : ';'
d:\串口通讯\中断法\com_int.h(35) : error C2059: syntax error : ')'
d:\串口通讯\中断法\com_int.h(51) : warning C4013: '_dos_getvect' undefined; assuming extern returning int
d:\串口通讯\中断法\com_int.h(51) : warning C4047: '=' : 'int *(__cdecl *)()' differs in levels of indirection from 'int '
d:\串口通讯\中断法\com_int.h(51) : error C2106: '=' : left operand must be l-value
d:\串口通讯\中断法\com_int.h(51) : warning C4550: expression evaluates to a function which is missing an argument list
d:\串口通讯\中断法\com_int.h(52) : warning C4013: '_dos_setvect' undefined; assuming extern returning int
d:\串口通讯\中断法\com_int.h(52) : error C2065: 'int2' : undeclared identifier
d:\串口通讯\中断法\com_int.h(67) : warning C4013: 'inp' undefined; assuming extern returning int
d:\串口通讯\中断法\com_int.h(69) : warning C4013: 'outportb' undefined; assuming extern returning int
d:\串口通讯\中断法\com_int.h(82) : warning C4013: 'printf' undefined; assuming extern returning int
d:\串口通讯\中断法\com_int.h(141) : warning C4244: 'return' : conversion from 'double ' to 'int ', possible loss of data
d:\串口通讯\中断法\com_int.h(143) : warning C4244: 'return' : conversion from 'double ' to 'int ', possible loss of data
d:\串口通讯\中断法\com_int.h(152) : error C2108: subscript is not of integral type
d:\串口通讯\中断法\com_int.h(152) : warning C4047: '=' : 'unsigned int ' differs in levels of indirection from 'unsigned int *'
d:\串口通讯\中断法\com_int.h(153) : error C2108: subscript is not of integral type
d:\串口通讯\中断法\com_int.h(153) : warning C4047: '=' : 'unsigned int ' differs in levels of indirection from 'unsigned int *'
d:\串口通讯\中断法\com_int.h(159) : error C2108: subscript is not of integral type
d:\串口通讯\中断法\com_int.h(159) : warning C4047: '=' : 'unsigned int ' differs in levels of indirection from 'unsigned int *'
d:\串口通讯\中断法\com_int.h(160) : error C2108: subscript is not of integral type
d:\串口通讯\中断法\com_int.h(160) : warning C4047: '=' : 'unsigned int ' differs in levels of indirection from 'unsigned int *'
d:\串口通讯\中断法\com_int.h(166) : error C2108: subscript is not of integral type
d:\串口通讯\中断法\com_int.h(166) : warning C4047: '=' : 'unsigned int ' differs in levels of indirection from 'unsigned int *'
d:\串口通讯\中断法\com_int.h(167) : error C2108: subscript is not of integral type
d:\串口通讯\中断法\com_int.h(167) : warning C4047: '=' : 'unsigned int ' differs in levels of indirection from 'unsigned int *'
d:\串口通讯\中断法\com_int.h(173) : error C2108: subscript is not of integral type
d:\串口通讯\中断法\com_int.h(173) : warning C4047: '=' : 'unsigned int ' differs in levels of indirection from 'unsigned int *'
d:\串口通讯\中断法\com_int.c(9) : warning C4013: 'kbhit' undefined; assuming extern returning int
d:\串口通讯\中断法\com_int.c(16) : warning C4013: 'delay' undefined; assuming extern returning int
Error executing cl.exe.



<h3>Results</h3>
Com_int.exe - 15 error(s), 18 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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