Re: Debugging Runtime Error
From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 11/08/03
- Next message: lilburne: "Re: Debugging Runtime Error"
- Previous message: 99miles: "Creating and writing to Unicode file"
- In reply to: Bob Bamberg: "Debugging Runtime Error"
- Next in thread: lilburne: "Re: Debugging Runtime Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 07 Nov 2003 23:31:22 GMT
"Bob Bamberg" <robert.bamberg@verizon.net> wrote...
> I have been trying without luck to get some information on debugging
> the Runtime Error R6025 - Pure Virtual Function Call. I am working in
> C++ and have only one class that is derived from an Abstract class, I
> do not believe that this class object is causing me my problem. Below
> is that message I have posted before to other groups.
> [...]
The easiest thing would be to _define_ the function that is allegedly
being called (instead of having it pure) and put a breakpoint in it.
You will see where it's called from.
Victor
- Next message: lilburne: "Re: Debugging Runtime Error"
- Previous message: 99miles: "Creating and writing to Unicode file"
- In reply to: Bob Bamberg: "Debugging Runtime Error"
- Next in thread: lilburne: "Re: Debugging Runtime Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|