FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour bug en oRich:LoadFromRTFFile()
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: bug en oRich:LoadFromRTFFile()
Posted: Mon Jul 16, 2012 10:41 AM

Hola Antonio,

¿Has podido averiguar algo?.

Gracias.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: bug en oRich:LoadFromRTFFile()
Posted: Mon Jul 16, 2012 10:54 AM

Lucas,

Por favor haz la siguiente prueba en Harbour y xHarbour con el RTF que te falla:

local cRTF := MemoRead( "tu_rtf.rtf" )

MemoWrit( "harbour.rtf", cRTF )

y para xharbour:

MemoWrit( "xharbour.rtf", cRTF )

y ahora compara a nivel binario (puedes usar UEStudio, o un editor similar) ambos ficheros harbour.rtf y xharbour.rtf y localiza las diferencias, o comprueba que sean iguales.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion