Re: Custom frameworks and linking - SOLVED!
Re: Custom frameworks and linking - SOLVED!
- Subject: Re: Custom frameworks and linking - SOLVED!
- From: Marcel Weiher <email@hidden>
- Date: Mon, 16 Jun 2003 13:35:05 +0200
On Monday, June 16, 2003, at 11:59 Uhr, Bill Cheeseman wrote:
on 03-06-15 8:42 PM, Jean-Francois Roy at email@hidden wrote:
Yeah, prebinding requires to have a set address at which the framework
will be loaded, so that prebinding may actually do its work.
One hopes that PB will be updated to automate this process, at one end
or
the other. As it stands, a developer of frameworks must simply try to
pick
an address at random that another developer is relatively unlikely to
pick.
Well, generally you only have to worry about the frameworks that your
app will use directly (separate address-spaces and all), so it
generally doesn't matter. This is especially true since almost
everybody now seems to use frameworks contained in the app-wrapper.
Furthermore, my apps have > 10 frameworks, and I haven't been able to
detect any slowdown in startup speed without pre-binding. YMMV, but I
think it simply isn't an issue for most regular apps, and would rather
the warnings would just go away.
Marcel
--
Marcel Weiher Metaobject Software Technologies
email@hidden www.metaobject.com
Metaprogramming for the Graphic Arts. HOM, IDEAs, MetaAd etc.
f0249ab8b1af193ef5addcf39fdff5ca
_______________________________________________
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.