2009/1/26 Andrew Brunner <andrew.t.brun...@gmail.com>:
> Actually, I'm thinking you're creating a memory problem with using
> fillchar and passing the pointer to the dynarray instead of the
> element.  Try using FillChar with the zero element again...  The
> reason why the construction maybe failing is b/c a potential memory
> leak created by not using the zero element of the dynarray you are
> using.

So you're saying that if I miss out the Fillchar function, it will
work a expected? Apart from the fact that my array won't be filled
with spaces, of course.
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to