Re: reference to undefined typeinfo
Re: reference to undefined typeinfo
- Subject: Re: reference to undefined typeinfo
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 22 Oct 2008 18:38:27 -0600
On Oct 22, 2008, at 3:43 AM, Lennart Thelander wrote:
I have used Google and that error might indicate lack of
implementation of a virtual function. But TAdlayoutApplication is a
class, not a function.
Is it still a missing implementation of a member function? Which
one? And why won’t CodeWarrior refuse to link, too, if a function is
really missing?
It looks like the project is being linked against a bunch of static
libraries. If those static libraries contain any C++ code, were
**all** of them built using exactly the same compiler you are using to
build your application? Are you sure? The C++ ABI has been broken
multiple times now, so if they were built with different compilers,
then your results wouldn't surprise me.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden