Runtime error R6025

Apr 3, 2009 at 6:49am
Hello,
I am trying to run my c++ programm and I get the following error in debug mode
R6025 Pure virtual function call
and in release mode it interrupts the running and go out.
How could I know where the error exactly. I am using a simulator and I do not know where are the virtual functions exactly
Apr 3, 2009 at 7:27am
This is caused by a memory overwrite in you program.
Apr 3, 2009 at 8:47am
how could I solve it
Apr 3, 2009 at 9:09am
Topic archived. No new replies allowed.