Board index » cppbuilder » [question] about TRichEditor : limitation of editor

[question] about TRichEditor : limitation of editor


2003-08-18 12:28:25 PM
cppbuilder10
First of all,
I met very difficult problem.
I need to write the array, which holds about 70MB ~ 100 MB, into file.
So, I use the rich editor to save into file.
However, rich-editor might have specific memory size about 1MB, in my
thought, then, I can't write the array into file when the the array is more
than 1 MB.
How can I overcom the memory limitation??
--
From
Jae-Young Jung
 
 

Re:[question] about TRichEditor : limitation of editor

Your question is about using a VCL class and the Windows Rich Edit control
and finding a limitation on writing to disk. It is about the VCL and about
the Windows native API but is posted in the Installation newsgroup.
For best results post questions in newsgroups where the subject of the group
is related to that of the question. That will present the question to a
greater number of people with knowledge of the issues related to the
problem.
Try one of these newsgroups:
borland.public.cppbuilder.nativeapi
borland.public.cppbuilder.vcl.components.using
When posting in one of those groups it would be best to both tell which
operating system is being used and which version of C++ Builder is being
used.
You can see a list of the newsgroups on Borland's newsgroups page:
info.borland.com/newsgroups
. Ed
Quote
Robin Jung wrote in message
news:3f4055e3$ XXXX@XXXXX.COM ...
First of all,

I met very difficult problem.

I need to write the array, which holds about 70MB ~ 100 MB, into file.
So, I use the rich editor to save into file.

However, rich-editor might have specific memory size about 1MB, in my
thought, then, I can't write the array into file when the the array is
more
than 1 MB.

How can I overcom the memory limitation??