else
uc1601("There is no object here",1);
//////////////////////////////////////////////////////////////////////////////////////////////////////////
UF_terminate ();
/* Callback acknowledged, do not terminate dialog */
return (UF_UI_CB_CONTINUE_DIALOG);
/* A return value of UF_UI_CB_EXIT_DIALOG will not be accepted */
/* for this callback type. You must continue dialog construction.*/
}
编译后提示出错:
error C2228: left of '.item_attr' must have class/struct/union type
error C2228: left of '.item_id' must have class/struct/union type
error C2664: 'UF_STYLER_set_value' : cannot convert parameter 2 from 'struct UF_STYLER_item_value_type_s ** ' to 'struct UF_STYLER_item_value_type_s *'