Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Aug : RICHED32.DLL, why?

www.cryer.info
Managed Newsgroup Archive

RICHED32.DLL, why?

Subject:RICHED32.DLL, why?
Posted by:"Frederic Larsen" (fredericlars..@hotmail.com)
Date:21 Aug 2005 12:25:49 -0700

What is really annoying about Delphi is the fact that the TRichEdit component still uses RICHED32.DLL.
So, is there any quick way to update from RICHED32.DLL to RICHED20.DLL (v3.0 or v4.0) or Msftedit.dll?

I've added numbering support to my application, and after SaveTo/LoadFrom stream it should look like this:

Line 1
Line 2
1. Line 3
2. Line 4
3. Line 5
Line 6
Line 7

But this happens:

Loaded first time:

Line 1
Line 2
1. Line 3
2. Line 4
3. Line 5
4.   Line 6
Line 7


Loaded second time:

Line 1
Line 2
1. Line 3
2. Line 4
3. Line 5
4.   4.   Line 6
Line 7


Loaded third time:

Line 1
Line 2
1. Line 3
2. Line 4
3. Line 5
4.   4.   4.   Line 6
Line 7


And so on...


And please, telling me how to remove this bug in RICHED32.DLL whould be nice, but, i really want a newer version of TRichEdit.

And... I don't want links to components, the componenet should be self-written or built into delphi.

Info

Glossary

File Types

Replies:

www.cryer.info
Managed Newsgroup Archive