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