PRO C编译时报错,UINT32不能识别?请大家帮忙!

autoapple 2006-02-22 10:36:48
在UNIX下编译PRO C程序,报错信息如下:

proc iname=CPWG0100.pc include=/opt/develop/iwf/produce/iwf_dbs/src/inc
# SQLCHECK=SYNTAX ONAME=CPWG0100.c

Pro*C/C++: Release 9.2.0.6.0 - Production on Wed Feb 22 11:22:15 2006

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

System default option values taken from: /opt/oracle/ora9206/app/oracle/products
/9.2/precomp/admin/pcscfg.cfg

Syntax error at line 104, column 12, file CPWG0100.pc:
Error at line 104, column 12 in file CPWG0100.pc
UINT32 couid;
...........1
PCC-S-02201, Encountered the symbol "couid" when expecting one of the following:

; , = : ( [ * ? | & < > + - / % . ^ *= /= %= += -= <<= >>=
&&= ||= ^= | & == != <= >= << >> ++ -- ->
The symbol ";" was substituted for "couid" to continue.

这是什么原因呢?帮帮忙吧~~
...全文
249 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
iamcaicainiao 2006-02-22
  • 打赏
  • 举报
回复
应该是头文件没包含进来吧
autoapple 2006-02-22
  • 打赏
  • 举报
回复
那么是不是因为我没有include定义这个宏的头文件?
这个不是我定义的,我再找找看有没有定义这个宏的头文件吧。
Squall1009 2006-02-22
  • 打赏
  • 举报
回复
UINT32是你定义的宏吗?
直接用unsigned int 吧,还是

69,364

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧