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: Sam Griffith <email@hidden>
- Date: Sat, 09 Nov 2002 23:56:26 -0600
Hello guys,
Been a long time since I was into all this, but I'm getting back in and your
question was interesting. I don't have the exact answer, but wanted to pass
on what I found when looking at how what you want to do might be done.
First off, I found the documentation on frameworks. It is at:
file://localhost/Developer/Documentation/Essentials/SystemOverview/Framework
s/index.html
I Then read the section on Dynamic Shared Libraries and it seems that if you
are using a framework, then it is a dynamic shared library for you. Anyway,
it made me think that maybe your somehow not setting there link options to
be dynamic. According to the doc, the framework won't get loaded if you
don't call a method/function, so you should just be able to do a if
statement.....
Anyway, my tidbit of info is that maybe the link options for those
frameworks isn't set to be dynamically linked.
Also, maybe prebinding has something to do with it as well.
Just shots in the dark.
Please let us know when you do figure it out.....
--
Sam Griffith Jr.
email: email@hidden
Web site:
http://homepage.mac.com/staypufd/index.html
On 11/09/2002 9:02 AM, "Dan Wood" <email@hidden> wrote:
>
Ah, but that's circular reasoning! :-) If I knew how to conditionally
>
load a framework if you were in 10.2, then I could apply the same logic
>
and only load the Address Book framework if I was in 10.2 or newer!
>
>
Dan
>
>
On Friday, November 8, 2002, at 02:17 AM, Bill Cheeseman wrote:
>
>
> I haven't tried this, but it occurs to me that you could try isolating
>
> your
>
> Address Book code in a separate framework, and have your application
>
> load it
>
> only if you're running under 10.2 or newer.
>
>
>
>
--
>
Dan Wood
>
Karelia Software, LLC
>
email@hidden
>
http://www.karelia.com/
>
Watson for Mac OS X: http://www.karelia.com/watson/
>
>
The information contained in this message or any of its attachments may
>
be privileged and confidential and intended for the exclusive use of
>
the addressee(s). Any disclosure, reproduction, distribution or other
>
dissemination or use of this communication is strictly prohibited.
>
_______________________________________________
>
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.
_______________________________________________
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.