Michael Heidemann Wrote:I get an error for "System.OutOfMemoryException". I fear, that this project is just too huge. Sorry.Can't you make a 64 bit version?
Because I did not had such error in earlier applications, I do not have an idea how to minimize the usage significant.
Alternatively you might want to check dynamic arrays of records, those might cause heap fragmentation when they use large records.
You can limit that effect by setting a larger starting size (reserve) or even better by using pointer arrays instead.
Just my 2cts