Re: vtable not found link error
Re: vtable not found link error
- Subject: Re: vtable not found link error
- From: Mark Wagner <email@hidden>
- Date: Thu, 9 Sep 2010 17:12:25 -0700
On Thu, Sep 9, 2010 at 15:49, David Blanton <email@hidden> wrote:
> What control do I have over this error? I have been building mixed cpp
> objcpp for some time now and have never seen this.
> Undefined symbols:
> "vtable for CObjectView", referenced from:
> __ZTV11CObjectView$non_lazy_ptr in ObjectView.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
Inability to find the vtable during the link step usually means that a
class (in this case, CObjectView) does not have virtual functions, but
some code (usually a derived class) thinks it does.
--
Mark Wagner
_______________________________________________
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