Using RichEdit 4.1 in FastReport
I've found frxRichEdit.pas uses RICHED20.DLL, but I have to print some quite complicated RTF files, that render correctly on WordPad (the one that comes with Windows 7).
The solution is to fix frxRichEdit.pas, to handle MSFTEDIT.DLL instead of RICHED20.DLL, as shown in this blog post: http://fgaillard.com/2010/09/using-richedit-4-1-with-d2010/
I've tried to replace some parts of frxRichEdit.pas, to use the new DLL, but the result was, instead of rich text, just the plain RTF file.
Could you help me implementing this?.
I've attached the modified frxRichEdit.pas file.
Thanks in advance,
Leonardo.
The solution is to fix frxRichEdit.pas, to handle MSFTEDIT.DLL instead of RICHED20.DLL, as shown in this blog post: http://fgaillard.com/2010/09/using-richedit-4-1-with-d2010/
I've tried to replace some parts of frxRichEdit.pas, to use the new DLL, but the result was, instead of rich text, just the plain RTF file.
Could you help me implementing this?.
I've attached the modified frxRichEdit.pas file.
Thanks in advance,
Leonardo.