C
clark_x
Unregistered / Unconfirmed
GUEST, unregistred user!
class A_API Cchk {
public:
int e_pwd(char *s_pwd, char *s_key1, char *s_key2);//密码加密
int c_chk(char *ps_card_id, char f);//卡号校验
int a_chk(char *ps_acct_id, int e);//帐号校验
Cchk(void);
};
我现在用
function a_chk( pSourceCHAR
e:integer ): integer;
stdcall;external 'achk.dll';
dll就放在exe同目录,但是就是抱 无法定位程序输入点 呵呵 怎么解?
public:
int e_pwd(char *s_pwd, char *s_key1, char *s_key2);//密码加密
int c_chk(char *ps_card_id, char f);//卡号校验
int a_chk(char *ps_acct_id, int e);//帐号校验
Cchk(void);
};
我现在用
function a_chk( pSourceCHAR
e:integer ): integer;
stdcall;external 'achk.dll';
dll就放在exe同目录,但是就是抱 无法定位程序输入点 呵呵 怎么解?