Pure virtual function called (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Virtual Functions Index

This is a run-time error.

This error is generated when debugging a program that executes a call on a virtual function whose body is not found. The cause can be an invalid object state (uninitialized VMTs, memory corruption, invalid pointers, allocation/deallocation error).

See Also