help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vtable link error


From: Paul Pluzhnikov
Subject: Re: vtable link error
Date: 26 Jan 2005 07:50:08 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

Wagner Frederic <Frederic.Wagner@loria.fr> writes:

> image.o(.text+0xf12): In function 
> `image_container::image_container[not-in-charge]()':

This is most often caused by declaring

   virtual ~image_container();

but not defining it anywhere.

> what is the problem here ?

How should we know? You didn't provide any relevant details :-(
Learn to ask smarter questions:
 http://catb.org/%7Eesr/faqs/smart-questions.html

Then post a minimal example demonstrating the problem, and your
bug will be revealed to you.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]