Re: Questions about dyld and dynamic C++ classes.
Re: Questions about dyld and dynamic C++ classes.
- Subject: Re: Questions about dyld and dynamic C++ classes.
- From: Matt Watson <email@hidden>
- Date: Mon, 18 Apr 2005 23:41:55 -0700
On Apr 18, 2005, at 11:16 PM, Ness Joumaa wrote:
What is the difference between using dyld to add dynamic code to a
library and using dynamic C++ classes instead? Is loading it
through dynamic C++ classes platform dependent? And lastly, how do
I create a dynamic library with Xcode?
I have no idea what dynamic C++ classes are.
Most Darwin-like systems (including Darwin) have standardized on the
dlopen(3) interfaces.
As to how XCode creates dynamic libraries, you should probably ask on
another list. Down here we use libtool or $(CC) -dynamiclib.
matt.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden