类的头文件定义:
BOOL (*Fun[4])(DebugInfoHead* head, LPABBREVITEM item, LPBYTE& lpbtData);在函数中赋值:
Fun[0] = DoUnPrecess;编译报错: : cannot convert from 'int (__thiscall CArmELFPreConvert::*)(struct DebugInfoHead *,struct AbbrevItem *,unsigned char *& )' to 'int (__cdecl *)(struct DebugInfoHead *,struct Abbrev
Item *,unsigned char *& )'