git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@210 0c75b7a4-871f-7646-8a2f-f78d34cc349f
18 lines
219 B
ObjectPascal
18 lines
219 B
ObjectPascal
library udf_RtfToText;
|
|
|
|
uses
|
|
ComServ,
|
|
funciones in 'funciones.pas';
|
|
|
|
exports
|
|
DllGetClassObject,
|
|
DllCanUnloadNow,
|
|
DllRegisterServer,
|
|
DllUnregisterServer,
|
|
RtfToText;
|
|
|
|
{$R *.RES}
|
|
|
|
begin
|
|
end.
|