L
liuying1129
Unregistered / Unconfirmed
GUEST, unregistred user!
delphi编的dll中函数是这样定义的:
function DeCryptStr(aStr: Pchar;
aKey: Pchar): Pchar;stdcall;
在delphi中如下的方法调用是通过的:
function DeCryptStr(aStr: Pchar;
aKey: Pchar): Pchar;stdcall;external 'DESCrypt.dll';
function DeCryptStr(aStr: Pchar;
aKey: Pchar): Pchar;stdcall;
在delphi中如下的方法调用是通过的:
function DeCryptStr(aStr: Pchar;
aKey: Pchar): Pchar;stdcall;external 'DESCrypt.dll';