Re: Warning problem, projectbuilder
Re: Warning problem, projectbuilder
- Subject: Re: Warning problem, projectbuilder
- From: Bill Cheeseman <email@hidden>
- Date: Fri, 22 Aug 2003 05:56:18 -0400
on 03-08-22 4:41 AM, Damien Pacaud at email@hidden wrote:
>
when I compile my project in projectbuilder, i get these warnings :
>
I am wondering what it is and what trouble it may cause, because the
>
apllication seems to run fine...
>
if anyone has a clue about what it means...please explain ;-0
It looks to me like you're trying to load your imageFramework.framework on
top of your application code address. Your app will run fine, but prebinding
is disabled because the loader has to compute a new address for the
framework at launch time. All this does is make your app launch slower.
There are several brief tutorials about how to install a framework in an
application at a specified memory offset from the code to avoid this
problem. There's some setting you have to put in the Build Settings. I don't
have it off the top of my head.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
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.