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: Eric Albert <email@hidden>
- Date: Sun, 5 Mar 2006 16:50:48 -0800
On Mar 5, 2006, at 3:59 PM, Zachary Pincus wrote:
I've been asking about this on the python lists, and have just
received a discouraging reply. Python extensions on OS X are bundles,
not shared libraries, and are not opened with dlopen().
That's odd...if they don't use dlopen, how do they open them? All of
the other methods I can think of for dynamically loading code pretty
much go through dlopen in the end....
-Eric
_______________________________________________
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