马上注册登录,享用更多网站功能!
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
char message[133];
message[0]='\0';
strcpy(message,"please select face");
char *title;
strcpy(title,message);
int scope=UF_UI_SEL_SCOPE_WORK_PART;
UF_UI_sel_init_fn_t sel_init_proc=NULL;
void *user_data=NULL;
int response;
int count;
tag_p_t object;
UF_UI_select_with_class_dialog(message,title,scope,sel_init_proc,user_data,
[$response,&count,&object)]
执行时出错 |