unit Unit2;
interface
procedure bplfunc(a: string); stdcall; export;
implementation
procedure bplfunc(a: string); stdcall;
begin
end;
exports
bplfunc;
end.
BPL一样可以像DLL那样输出函数的
最新推荐文章于 2019-09-19 10:01:46 发布