Re: C++ RTTI/dynamic_cast across shared module boundaries?
Re: C++ RTTI/dynamic_cast across shared module boundaries?
- Subject: Re: C++ RTTI/dynamic_cast across shared module boundaries?
- From: Howard Hinnant <email@hidden>
- Date: Fri, 17 Feb 2006 10:34:12 -0500
On Feb 17, 2006, at 9:43 AM, Zachary Pincus wrote:
Is there any way I verify this with, say, otool?
Hmm... try inspecting the binaries with:
nm -m <object/so filename> | c++filt
Make sure the typeinfo information associated with the types you want
to dynamic_cast are not tagged as "private" or "non-external".
-Howard
_______________________________________________
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