Jump to content

Joined72

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

1 Neutral
  1. I'm just simulating a real Access Violation and on Win32/Win64 the same code only show the classic "EAccessViolation" error message box, while on Android 64bit crashes the app completely but on Android 32bit works as on Win32/Win64 (showing the same EAccessViolation Error message box).
  2. put PByte(nil)^ := 0; into a TButton OnClick event and run WITHOUT debug on Andoird 64bit That's all.
  3. Can anyone tell me why raising a hardware exception like an Access Violation crashes a 64-bit Android application, starting with Delphi 12.3 (including Delphi 13), but not up to Delphi 11.3? PS: On 32-bit Android, it works fine in any version of Delphi.
×