Virtual Error
- From: "wangbo" <wangbo_coldwind@xxxxxxxxxxx>
- Date: Mon, 7 Nov 2005 09:58:40 +0800
Hi,
I encounter a very strange error in virtual functions,I write a class A,
which has two virtual functions(like A1,A2), then I write a class B,which
inherited from A,B:pulic A, which has another virtual function, then I write
a C:public B, in C I implement the two virtual functions in A, but every
time i call A2, it always come into A1, then the Application will crash?
Do you know why this happened?
What I used is VC6
Thanks in advance!
--Bo
.
- Follow-Ups:
- Re: Virtual Error
- From: Igor Tandetnik
- Re: Virtual Error
- Prev by Date: Re: Virtual Error
- Next by Date: Re: Virtual Error
- Previous by thread: Re: LF_FACESIZE identifier?
- Next by thread: Re: Virtual Error
- Index(es):
Relevant Pages
|