shared libs for OSX

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Wed May 27 06:57:02 PDT 2015


On Tuesday, 26 May 2015 at 16:25:52 UTC, bitwise wrote:
>> Isn't it better to avoid private undocumented functions?
> Not only better, but mandatory, otherwise Apple will reject the 
> app from the app store.

Calling back into an unloaded image without proving a mean to 
deregister the callback is a bug, so you might fix it.

Looking at the code [1] again there is also an interesting 
sImagesToNotifyAboutOtherImages.

[1]: 
http://opensource.apple.com/source/dyld/dyld-95.3/src/dyld.cpp


More information about the Digitalmars-d mailing list