点击下载:IP数据库.rar (解压后将文件放入软件根目录即可)
点击下载:插件包.rar
点击下载:多国语言包.rar
--------------------------插件接口-------------------------------------
library dll;
uses
Windows;
procedure StartDll;stdcall ;
begin
try
你的代码
except
end;
end;
procedure StopDll;stdcall ;
begin
try
你的代码
except
end;
end;
function InfoDll(): Pchar; stdcall;
begin
Result := '插件例子 0.1 By New4[D.S.T]';
end;
exports
StartDll,
StopDll,
InfoDll;
begin
end.
---------------------------------------------------------------------------
选择插件使用时用户必须遵守当地法律法规,如不遵守请停用插件程序并删除否则造成后果由其本人承担。