Delphi first chance exception

-1

What does this error mean?

first chance exception at $0068C7AA. Exception class $0000005 with message 'access violation at 0x0068c7aa: write of address 0x00000000'. Process Project1.exe (5720)

The error points to this line of code:

ArrMain[i] := StrToInt(StringGrid1.Cells[1,i]) + StrToInt(StringGrid1.Cells[3,i]);
delphi
delphi-xe7
asked on Stack Overflow Apr 6, 2019 by Maria Hernandez • edited Apr 6, 2019 by Remy Lebeau

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0