Has the "Pure virtual function called" error already occurred using Delphi 2009? How to solve?

0

When I click OK on the message, Delphi closes itself.

As Delphi closes after the message, and the error occurs in random code lines, I suspect that the problem does not have to do with the program itself.

Has anyone ever encountered this problem? Does anyone know how to solve it?

    
asked by anonymous 23.11.2016 / 13:34

1 answer

0
  • According to Embarcadero, this error occurs when the program makes a call to a virtual function whose body can not be found, for object account is in an invalid state because VMTs do not corrupted memory, invalid pointers, or memory allocation or release.

link

  

How to solve?

Check the points pointed out and make sure you are not incurring any of them.

    
23.11.2016 / 13:49