Click to See Complete Forum and Search --> : RICHEDIT problem.


April 23rd, 1999, 02:19 AM
I'm developing an editor using CRichEditView

I'm using EM_CHARFROMPOS and EM_POSFROMCHAR messages in it.
The problem is, the result of these message is different between
RICHED.dll and RICHED20.dll.

when I develop with RICHED.dll it works perfect, but with RICHED20.dll, the
result is very strange...

Who knows why?