Seite 1 von 1

[gelöst] moc_XXX.o Datei?? undefined reference to..

Verfasst: 25. November 2008 14:51
von nici
hallo, ich bekomme eine Fehlermeldung die mir nichts sagt.

moc_TabZwei.o: (.rodata._ZTV7TabZwei[vtable for TabZwei]+0x14): undefined reference to `TabZwei::~TabZwei()'
moc_TabZwei.o: (.rodata._ZTV7TabZwei[vtable for TabZwei]+0x18): undefined reference to `TabZwei::~TabZwei()'
moc_TabZwei.o: (.rodata._ZTV7TabZwei[vtable for TabZwei]+0xe8): undefined reference to `non-virtual thunk to TabZwei::~TabZwei()'
moc_TabZwei.o: (.rodata._ZTV7TabZwei[vtable for TabZwei]+0xec): undefined reference to `non-virtual thunk to TabZwei::~TabZwei()'
collect2: ld returned 1 exit status
make: *** [QtAufg] Fehler 1

kann mir jmd sagen worum es geht??

lg

nici

Verfasst: 25. November 2008 17:40
von Christian81
Naja - was wird das wohl heißen wenn~TabZwei() nicht gefunden werden kann? Ich würde sagen die Funktion ist nicht da...

Verfasst: 26. November 2008 12:47
von nici
hmm das stimmt, danke.

lg

nici