error virtual table

Bernd Gehrmann bernd at physik.hu-berlin.de
Wed Sep 15 13:33:02 BST 1999


On Wed, 15 Sep 1999, killer wrote:

> 
> 
> everytime i create a new kdevDialog i get some errors because
>     "Error: can not find blabla::virtualTable" or such shit...
> 
> what does it mean ?! its mistake ?

It means that the linker hasn't linked your moc files.
Since putting it into your object file list is probably
done by automoc in your setup, you have to run it whenever
you add a header file that contains Q_OBJECT's.

Bernd.




More information about the KDevelop mailing list