AccessViolationException in Delphi - impossible (check it, unbelievable…)
问题 Delphi XE. Windows 7. There is a function (please see a code below) or I:=0 that causes an AV error in a big project. There is no the error with the same function in a new project!!! I deleted everything from the big project, and I left only a button and that function. It still causes the error... A line with the error: if ISAeroEnabled then // this line is a cause i:=0; // or this line I set breakpoints everywhere (I checked the whole function, I set breakpoints on EACH LINE -> no errors in