iCAx开思工具箱

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 24449|回复: 8
打印 上一主题 下一主题

十万火急,恳请帮忙

[复制链接]
跳转到指定楼层
楼主
发表于 2004-9-19 10:13:18 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
我的主函数是是一个UIstyler对话框,对话框中有几个button,现在我想实现这样的功能点击一个button,执行一个函数(这个函数我想用另外一个.c文件写,这个函数本身没问题,我在其他地方执行好好的),我在编译子函数的时候,出现,tag_t' : illegal use of this type as an expression等错误,我想这种错误应该是设置出了问题,恳请各位高手指点,万分感谢!编译错误如下:
E:\my_source\recognize_feat.c(15) : warning C4013: 'UF_MODL_create_list' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(16) : error C2275: 'tag_t' : illegal use of this type as an expression
        c:\program files\eds\unigraphics nx 2.0\ugopen\uf_defs.h(53) : see declaration of 'tag_t'
E:\my_source\recognize_feat.c(16) : error C2146: syntax error : missing ';' before identifier 'solid'
E:\my_source\recognize_feat.c(16) : error C2065: 'solid' : undeclared identifier
E:\my_source\recognize_feat.c(17) : error C2275: 'tag_t' : illegal use of this type as an expression
        c:\program files\eds\unigraphics nx 2.0\ugopen\uf_defs.h(53) : see declaration of 'tag_t'
E:\my_source\recognize_feat.c(17) : error C2146: syntax error : missing ';' before identifier 'tag_solid'
E:\my_source\recognize_feat.c(17) : error C2065: 'tag_solid' : undeclared identifier
E:\my_source\recognize_feat.c(17) : error C2109: subscript requires array or pointer type
E:\my_source\recognize_feat.c(18) : error C2275: 'logical' : illegal use of this type as an expression
        c:\program files\eds\unigraphics nx 2.0\ugopen\uf_defs.h(94) : see declaration of 'logical'
E:\my_source\recognize_feat.c(18) : error C2146: syntax error : missing ';' before identifier 'column'
E:\my_source\recognize_feat.c(18) : error C2065: 'column' : undeclared identifier
E:\my_source\recognize_feat.c(19) : error C2143: syntax error : missing ';' before 'type'
E:\my_source\recognize_feat.c(20) : error C2275: 'uf_list_p_t' : illegal use of this type as an expression
        c:\program files\eds\unigraphics nx 2.0\ugopen\uf_defs.h(61) : see declaration of 'uf_list_p_t'
E:\my_source\recognize_feat.c(20) : error C2146: syntax error : missing ';' before identifier 'face_list'
E:\my_source\recognize_feat.c(20) : error C2065: 'face_list' : undeclared identifier
E:\my_source\recognize_feat.c(20) : error C2065: 'p1' : undeclared identifier
E:\my_source\recognize_feat.c(21) : warning C4013: 'UF_OBJ_cycle_objs_in_part' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(24) : warning C4013: 'UF_OBJ_ask_type_and_subtype' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(24) : error C2065: 'type' : undeclared identifier
E:\my_source\recognize_feat.c(24) : error C2065: 'sub_type' : undeclared identifier
E:\my_source\recognize_feat.c(27) : warning C4013: 'UF_MODL_ask_body_type' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(27) : error C2065: 'body_type' : undeclared identifier
E:\my_source\recognize_feat.c(28) : error C2065: 'UF_MODL_SOLID_BODY' : undeclared identifier
E:\my_source\recognize_feat.c(30) : error C2065: 'body_count' : undeclared identifier
E:\my_source\recognize_feat.c(30) : error C2109: subscript requires array or pointer type
E:\my_source\recognize_feat.c(30) : error C2106: '=' : left operand must be l-value
E:\my_source\recognize_feat.c(36) : error C2143: syntax error : missing ';' before 'type'
E:\my_source\recognize_feat.c(36) : error C2143: syntax error : missing ';' before 'type'
E:\my_source\recognize_feat.c(36) : error C2143: syntax error : missing ')' before 'type'
E:\my_source\recognize_feat.c(36) : error C2143: syntax error : missing ';' before 'type'
E:\my_source\recognize_feat.c(36) : error C2065: 'i' : undeclared identifier
E:\my_source\recognize_feat.c(36) : warning C4552: '<' : operator has no effect; expected operator with side-effect
E:\my_source\recognize_feat.c(36) : error C2059: syntax error : ')'
E:\my_source\recognize_feat.c(37) : error C2143: syntax error : missing ';' before '{'
E:\my_source\recognize_feat.c(38) : warning C4013: 'UF_MODL_ask_body_faces' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(38) : error C2109: subscript requires array or pointer type
E:\my_source\recognize_feat.c(40) : warning C4047: '!=' : 'int ' differs in levels of indirection from 'void *'
E:\my_source\recognize_feat.c(42) : warning C4013: 'UF_MODL_ask_face_type' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(42) : error C2223: left of '->eid' must point to struct/union
E:\my_source\recognize_feat.c(43) : error C2065: 'UF_MODL_CYLINDRICAL_FACE' : undeclared identifier
E:\my_source\recognize_feat.c(43) : error C2065: 'UF_MODL_CONICAL_FACE' : undeclared identifier
E:\my_source\recognize_feat.c(45) : warning C4013: 'is_column' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(45) : error C2223: left of '->eid' must point to struct/union
E:\my_source\recognize_feat.c(48) : warning C4013: 'UF_MODL_put_list_item' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(48) : error C2223: left of '->eid' must point to struct/union
E:\my_source\recognize_feat.c(51) : error C2223: left of '->next' must point to struct/union
E:\my_source\recognize_feat.c(54) : error C2275: 'uf_list_p_t' : illegal use of this type as an expression
        c:\program files\eds\unigraphics nx 2.0\ugopen\uf_defs.h(61) : see declaration of 'uf_list_p_t'
E:\my_source\recognize_feat.c(54) : error C2146: syntax error : missing ';' before identifier 'p1'
E:\my_source\recognize_feat.c(55) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct uf_list_s *'
E:\my_source\recognize_feat.c(56) : warning C4047: '!=' : 'int ' differs in levels of indirection from 'void *'
E:\my_source\recognize_feat.c(58) : warning C4013: 'UF_OBJ_set_color' undefined; assuming extern returning int
E:\my_source\recognize_feat.c(58) : error C2223: left of '->eid' must point to struct/union
E:\my_source\recognize_feat.c(59) : error C2223: left of '->next' must point to struct/union
Error executing cl.exe.
  
recognize_feat.obj - 40 error(s), 13 warning(s)
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 支持支持
沙发
发表于 2004-9-19 20:02:09 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
板凳
 楼主| 发表于 2004-9-19 20:23:27 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
地板
 楼主| 发表于 2004-9-19 22:53:26 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x

70-2322625-my_source.rar

326.5 KB, 阅读权限: 1, 下载次数: 9, 下载积分: 贡献 -2

5
 楼主| 发表于 2004-9-20 20:49:55 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
6
发表于 2004-9-20 21:59:56 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
7
 楼主| 发表于 2004-9-20 22:08:07 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x

70-2327192-my_source.rar

326.5 KB, 阅读权限: 1, 下载次数: 5, 下载积分: 贡献 -2

8
发表于 2004-9-20 22:42:14 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x

70-2327348-opt_struct.rar

62.35 KB, 阅读权限: 1, 下载次数: 8, 下载积分: 贡献 -2

9
 楼主| 发表于 2004-9-21 08:00:49 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手板模型制作,在线3D打印服务

QQ|小黑屋|手机版|开思工具箱 CAD工具箱_CAM工具箱  

GMT+8, 2024-12-25 00:15 , Processed in 0.023903 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表