iCAx开思工具箱

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 24196|回复: 1
打印 上一主题 下一主题

【求助】UG-API里如何注册*.men菜单

[复制链接]
跳转到指定楼层
楼主
发表于 2005-1-8 15:18:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

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

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

x
我的代码如下,编译时第3行通不过,不知道是不是因为DisplayDialog 函数返回值有问题,还是其他什么原因。哪位兄弟指点一下,谢谢了。
error C2440: 'initializing' : cannot convert from 'void' to 'enum UF_MB_cb_status_e (__cdecl *)(void *,void *,struct MB_activated_button_s *)'
        Expressions of type void cannot be converted to other types
Error executing cl.exe.
  
代码:
static UF_MB_action_t actionTable[]=
{
  {"showdialog", DisplayDialog, NULL},//出错行
  {NULL,NULL,NULL}
};
extern void ufusr (char *param, int *retcode, int rlen)
{
    int  errorCode = UF_initialize();
  
   UF_MB_add_actions(actionTable);
  if ( 0 == errorCode )
    {
        errorCode = UF_terminate();
    }
  
                          
    return;
}
void DisplayDialog()
{
……
……
}
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 支持支持
沙发
发表于 2005-1-9 08:36:28 | 只看该作者

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

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

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

本版积分规则

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

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

GMT+8, 2024-11-23 13:16 , Processed in 0.019395 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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