|
|
pure virtual method called
|
|
12/19/2007 8:29 AM
post3898
|
pure virtual method called
Once in a while when a program I'm working on terminated it will display the message "Pure virtual method called".
The message is printed after main() exit, so it has to be called within the destructor of a global object. My question
is, is there a way to set a breakpoint on the function that prints that message.
- Mario
|
|
|
|
|