Re: dylib clarification

2011-01-11 Thread Douglas Davidson
On Jan 11, 2011, at 9:26 AM, Brad Garton wrote: > Searching through the archives (always kind of fultie, I think...) I can't > see an obvious answer. I'm updating some older code, and XCode doesn't like > my happy NSLinkModule loading scheme any more. Which is now preference, > dlopen or CFB

dylib clarification

2011-01-11 Thread Brad Garton
Hey everyone -- Searching through the archives (always kind of fultie, I think...) I can't see an obvious answer. I'm updating some older code, and XCode doesn't like my happy NSLinkModule loading scheme any more. Which is now preference, dlopen or CFBundleLoadExecutable for handling DLLs? T