This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Database/udfs/udf_RtfToText.dpr

19 lines
236 B
ObjectPascal

library udf_RtfToText;
uses
ExceptionLog,
ComServ,
funciones in 'funciones.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer,
RtfToText;
{$R *.RES}
begin
end.