|
-
May 16th, 2008, 02:13 AM
#1
-
May 16th, 2008, 02:15 AM
#2
Re: Strange error, any help?
Did you forgot to compile and link Derived.cc?
-
May 16th, 2008, 02:16 AM
#3
Re: Strange error, any help?
Derived source file does not include the Derived header file. I think that may be the reason.
-
May 16th, 2008, 02:18 AM
#4
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.
-
May 16th, 2008, 03:02 AM
#5
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|