当前位置: 代码迷 >> C语言 >> WATCOM软件使用疑问
  详细解决方案

WATCOM软件使用疑问

热度:327   发布时间:2007-11-06 18:04:24.0
WATCOM软件使用疑问
WATCOM软件不是号称基于 DOS 系统的编译器吗?
为什么连这些基本的 中断程序也不能运行?
以前一个在TC 下编译通过的软件,现在使用WATCOM软件,出来下面的错误:
show_time1.c(32): Warning! W102: Type mismatch (warning)
show_time1.c(32): Note! N2003: source conversion type is 'int '
show_time1.c(32): Note! N2004: target conversion type is 'void (__interrupt *)()'
show_time1.c(34): Warning! W131: No prototype found for function 'setvect'
show_time1.c(33): Warning! W131: No prototype found for function 'disable'
show_time1.c(32): Warning! W131: No prototype found for function 'getvect'
show_time1.c(58): Warning! W131: No prototype found for function 'bioskey'
show_time1.c(71): Warning! W131: No prototype found for function 'clrscr'
show_time1.c(35): Warning! W131: No prototype found for function 'enable'
搜索更多相关的解决方案: 软件  疑问  WATCOM  

----------------解决方案--------------------------------------------------------