Index:
[thread]
[date]
[subject]
[author]
From: Garrett Mitchener <wgm2@duke.edu>
To :
Date: 27 Apr 1999 21:21:59 -0400
Re: quick question
"dave bartoli" <djb1@acpub.duke.edu> writes:
> What does it mean when you get a Symbol Referrencing Error on the virtual
> table for a class.
>
> dave
Could you be more specific? I'm assuming this is C++. Is it a
linking error? Might be that you've got old .o files lying around and
you've added virtual functions to some class since they were
compiled. You should try recompiling your entire program from
scratch.
-- Garrett :-)
Index:
[thread]
[date]
[subject]
[author]