RichEditConstants discrepancies

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RichEditConstants discrepancies

Ian Bartholomew-20
I've noticed some discrepancies between the X6 version of the
RichEditConstants pool dictionary and the home made one I've been using.
Before I report it could some kind soul check against a recent copy of
RICHEDIT.H - mines getting a bit old now.

Constant....DolphinX6....Me
CFU_UNDERLINE....0....1
CFU_UNDERLINEWORD....1....2
CFU_UNDERLINEDOUBLE....2....3
CFU_UNDERLINEDOTTED....3....4
PFM_TABLE....-1073741824....1073741824 (i.e. 16r40000000)
PFM_OFFSETINDENT....-2147483648....2147483648 (i.e. 16r80000000)

Ian


Reply | Threaded
Open this post in threaded view
|

Re: RichEditConstants discrepancies

Ian Bartholomew-20
Chris has confirmed that my values are correct in the 2003 version of
RICHEDIT.H so I'll put in a problem report.

Ian