Thank you. I already switched to your solution since FastMM is unreliable. It looked so good/fast but the totally lack of documentation and AV it generate since I've installed it are time consuming.
Im a little bit disappointed. I never imagine it will be so complicated to write a 1-10MB string. --- Wilfried Mestdagh <[EMAIL PROTECTED]> wrote: > Hello Human, > > > Also, I discovered that I need to keep the whole report in memory > > until it is fully built, then I have to sort the paragraphs in a > > special order. So, writing to disk is excluded. > > Then you have to do a lot of Move's after the whole buffer is build. To > avoid that you can allocate a buffer per paragraph and add it to a > TList. Make each buffer the maximum predicted size of the paragraph. > > For the sorting you just have to move pointers in the list. Very quick. > > --- > Rgds, Wilfried > http://www.mestdagh.biz > > __________________________________________________ > Delphi-Talk mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi-talk > ...and the traveler died, stroked by the beauty of the landscape. THE MORNING OF THE MAGICIANS Louis Pawels & Jacques Bergier __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
