WllibCall.inc
stdcall;
{$IFNDEF DLLWLLib}
external 'wllib.dll';
{$ENDIF}
......
function Cpl(PSrc: PChar; len: integer; PDest: PChar): PChar; {$I 'WllibCall.inc'}
WllibCall.inc
stdcall;
{$IFNDEF DLLWLLib}
external 'wllib.dll';
{$ENDIF}
......
function Cpl(PSrc: PChar; len: integer; PDest: PChar): PChar; {$I 'WllibCall.inc'}
转载于:https://www.cnblogs.com/hnxxcxg/archive/2008/10/04/2940811.html