Re: "weak link" framework refs for 10.1 compatibility?
Re: "weak link" framework refs for 10.1 compatibility?
- Subject: Re: "weak link" framework refs for 10.1 compatibility?
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 10 Nov 2002 21:12:58 +0000
On Sunday, November 10, 2002, at 08:56 pm, Sam Griffith wrote:
Anyway, the docs imply that frameworks are like plug-ins, so wonder
what the
real story is?
Finlay, do you have any more links into the docs that might shed some
more
info?
I was going to try and find some earlier, but developer.apple.com was
being crap. Anyway, you can't link against MH_BUNDLE, and you can
unload MH_BUNDLEs... You can't really load MH_DYLIBs in the same way,
they are linked at compile time. I don't think it's terribly well
documented, and it's confusing because things like Linux don't make a
distinction between them.
The docs you point to refer to one of the meanings of the word
"bundle", as in "CFBundle". When you talk about the linker, bundle
refers to Mach-O files of type MH_BUNDLE. I'm sure the people on
darwin-development will be able to help you out further.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.