Omar Bennani wrote:
I'm using delphi2005, first i'm filling in an array of a complex type, and after i'm filling in an another array of a complex type (of course i'm suing Create: mil[i]:=TMil.Create) and in the middle of the second filling i notice that my first array has changed, without any line code doing that, it is a problem of collision ?, a problem in delphi2005's memory management ?
Please show your real code. There is something going on that you aren't telling us. How do you notice that your array has changed? Does your program not work correctly, or is this only something you can detect by using the debugger? Is this code that has worked correctly with previous Delphi versions? Is this Win32 or .Net code?
-- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

