RE: RICHEDIT: use buffers rather than linked lists for input and out buffers
27 Aug
2004
27 Aug
'04
9:30 a.m.
From: Mike McCormack
This patch writes the output of the RTF parser into the edit control in 1024 byte chunks, and reads the input via a char[1024] buffer, rather than a linked list of single characters.
Not that it should matter very much, but the MS control always seems to read the input in 4096 byte chunks. Maybe you could enlarge InputBuffer from 0x400 to 0x1000? Ge van Geldorp.
7778
Age (days ago)
7778
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ge van Geldorp