P
plf22
Unregistered / Unconfirmed
GUEST, unregistred user!
昨天上论坛问了一下,那个dll是用CB写的,我调用不成功,于是请人把那个dll,用VC重新
编译了一个,在Delphi中调用,结果说无法定位程序输入点RS15_Decode于动态链接库RS_dec.dll
上。
这个Dll文件名为RS_dec.dll,里面要调用的函数为
int RS15_Decode( int sort, unsigned char *rsbuff );
我在Delphi中写成
function RS15_Decode(Sort:integer;rsbuffChar):integer;external 'RS_dec.dll' name 'RS15_Decode';
不知道是不是写错了,望各位帮帮忙!
编译了一个,在Delphi中调用,结果说无法定位程序输入点RS15_Decode于动态链接库RS_dec.dll
上。
这个Dll文件名为RS_dec.dll,里面要调用的函数为
int RS15_Decode( int sort, unsigned char *rsbuff );
我在Delphi中写成
function RS15_Decode(Sort:integer;rsbuffChar):integer;external 'RS_dec.dll' name 'RS15_Decode';
不知道是不是写错了,望各位帮帮忙!