Re: Strange error, any help?
Did you forgot to compile and link Derived.cc?
Re: Strange error, any help?
Derived source file does not include the Derived header file. I think that may be the reason.
Re: Strange error, any help?
In Derived.cc I have this at the top,
I just missed the header include when i copied it.
#include "Derived.h"
I think everything is linked correctly?
Im not too sure though.
Re: Strange error, any help?
Please read this, and reformulate your sample so that others can actually compile the code:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.8
This eliminates us trying to guess what you really have.
Regards,
Paul McKenzie