Tecsitel_FactuGES2/Database/udfs/udf_RtfToText.dpr
2007-09-12 14:11:44 +00:00

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.