Re: Questions about dyld and dynamic C++ classes.
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Apr 18, 2005, at 11:16 PM, Ness Joumaa wrote: I have no idea what dynamic C++ classes are. matt. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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? 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Matt Watson