• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: vtable not found link error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >vtable not found link error (From: David Blanton <email@hidden>)

  • Prev by Date: vtable not found link error
  • Next by Date: Strange Assertion Failed error while debugging
  • Previous by thread: vtable not found link error
  • Next by thread: Strange Assertion Failed error while debugging
  • Index(es):
    • Date
    • Thread