47typedef char* (*FUNC_STRING)(int);
75 void init(LPCTSTR fname,
int n);
109 void init(LPCTSTR dirn=NULL);
DLLModuleTBL(LPCTSTR dirn)
void make_module_tbl(LPCTSTR fname, int n)
tList * get_dir_module(LPCTSTR dirn)
BOOL load_module(LPCTSTR dirn=NULL)
virtual void set_module_function()
virtual DLLModule * new_module(LPCTSTR fname, int n)
void init(LPCTSTR dirn=NULL)
DLLModule(LPCTSTR fname, int n)
BOOL get_module_info(tList *lp)
BOOL set_funcname(LPCTSTR fname, int n)
void * get_funcptr(int n)
void init(LPCTSTR fname, int n)
char *(* FUNC_STRING)(int)