extern "C" void _declspec(dllexport)  dingwei(){
tag_t target_edge; int rpo_routine_hole(tag_t obj_id)
{
} static void create_hole(void)
{
}
}
E:\UGOpenPro\3.14dll\dingwei_dll\dingwei.cpp(21) : error C2601: 'rpo_routine_hole' : local function definitions are illegal
E:\UGOpenPro\3.14dll\dingwei_dll\dingwei.cpp(43) : error C2267: 'create_hole' : static functions with block scope are illegal
E:\UGOpenPro\3.14dll\dingwei_dll\dingwei.cpp(43) : error C2601: 'create_hole' : local function definitions are illegal提示错误,两个函数的内容上面省略了,请问大家怎么回事啊