Re: Re[2]: undefined non-virtual thunk to ...
Re: Re[2]: undefined non-virtual thunk to ...
- Subject: Re: Re[2]: undefined non-virtual thunk to ...
- From: Thomas Engelmeier <email@hidden>
- Date: Thu, 1 Feb 2007 10:31:38 +0100
On 01.02.2007, at 10:17, Denis Osadchy wrote:
Problem still exists. Yes, Both projects are compiled by gcc 4.0
(my current CXode version is 2.4.1).
Note that error disappears if Child::Member() is defined in child
class
and it just calls Class::Member(), so Class::Member() exists in
library but not resolved.
I do not get what you mean - please provide a minimal code sample
exhibiting the behavior...
Another hint: For some (template) code constructs, between C++ 1989
and 1998 the visibility rules changed and it is necessary to add
using baseclass::a_method;
in subclass declarations in order to get them to work.
Regards,
Tom_E
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden