08-25-2011, 07:06 PM
I had two fujctions where these definitions lived:
RichEditHighlight and RichEditHighlightAll
In those functions there existed these lines:
I can just delete these and not worry about it? Are they defined in some new dll or some other update?
Can I still use the RichEditHighlight function which call on these types without those definitions?
Thanks so much for advice and explanation,
S
RichEditHighlight and RichEditHighlightAll
In those functions there existed these lines:
type CHARFORMATA cbSize dwMask dwEffects yHeight yOffset crTextColor !bCharSet !bPitchAndFamily !szFaceName[LF_FACESIZE]
type CHARFORMAT2A :CHARFORMATA'v1 @wWeight @sSpacing crBackColor lcid dwReserved @sStyle @wKerning !bUnderlineType !bAnimation !bRevAuthor
type CHARFORMATW cbSize dwMask dwEffects yHeight yOffset crTextColor !bCharSet !bPitchAndFamily @szFaceName[LF_FACESIZE]
type CHARFORMAT2W :CHARFORMATW'v1 @wWeight @sSpacing crBackColor lcid dwReserved @sStyle @wKerning !bUnderlineType !bAnimation !bRevAuthorI can just delete these and not worry about it? Are they defined in some new dll or some other update?
Can I still use the RichEditHighlight function which call on these types without those definitions?
Thanks so much for advice and explanation,
S
