Re: RTTI and exceptions between plugins (solution)
Re: RTTI and exceptions between plugins (solution)
- Subject: Re: RTTI and exceptions between plugins (solution)
- From: Thomas Engelmeier <email@hidden>
- Date: Wed, 8 Feb 2006 22:14:13 +0100
Hi,
You only need to use RTLD_GLOBAL if you want RTTI and exceptions to
work across the plugins. In your case you should be OK with the
current behaviour - by default symbols in loaded dylibs are private.
Unfortunately this is RTTI _OR_ exceptions, and exceptions without
RTTI are pretty useless.
Regards,
Tom_E
_______________________________________________
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