216 is GPF error, mostly meaning you write to something that not belongs to you. Possible you have written across a variable bound and destroyed the return address on the stack.
The error comes with an address. To see what is on that address you can set full debug information on, and detailed map file. Note that the address is the address where the error is generated, and not nececary (mostly not) where the bug is. The bug is mostly some time before the generation of the error. --- Rgds, Wilfried http://www.mestdagh.biz _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

