Rruntime error R6025 - pure virtual function call

Gre7g Luterman wrote:

Today, I upgraded to wx2.5.1.5 in hopes that this error had been corrected. Instead of getting the GAE, I get a:

runtime error R6025
- pure virtual function call

This sounds to me like a destructor for one of the wxWidgets objects, but how on Earth do I figure out which? Can anyone suggest a plan of attack for figuring out what is causing this?

Two options:

* Build a debug version of wxWidgets and wxPython so when you run it in the debugger there is a meaningful stack trace.

* Chop out parts of your program until you an whittle it down to the smallest possible standalone sample that shows the problem. If that doesn't help you figure out what is causing it, then send the small sample here and we can help figure it out

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Sorry,
is there a way to have a debug version also on windows?

···

Gre7g Luterman wrote:

Today, I upgraded to wx2.5.1.5 in hopes that this error had been
corrected. Instead of getting the GAE, I get a:

runtime error R6025
- pure virtual function call

This sounds to me like a destructor for one of the wxWidgets objects,
but how on Earth do I figure out which? Can anyone suggest a plan of
attack for figuring out what is causing this?

Two options:

* Build a debug version of wxWidgets and wxPython so when you run it in
the debugger there is a meaningful stack trace.

* Chop out parts of your program until you an whittle it down to the
smallest possible standalone sample that shows the problem. If that
doesn't help you figure out what is causing it, then send the small
sample here and we can help figure it out

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

--------------------------------------------------------------------- To
unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org For
additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org