git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@116 c93665c3-c93d-084d-9b98-7d5f4a9c3376
19 lines
236 B
ObjectPascal
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.
|