prebinding questions
prebinding questions
- Subject: prebinding questions
- From: "Karan, Cem (Civ,ARL/CISD)" <email@hidden>
- Date: Fri, 26 Mar 2004 12:18:07 -0500
- Thread-topic: prebinding questions
I'm working on creating a framework for a project that I working on that
will eventually include another framework as a part of itself (I've read
the notes in Apple's documentation cautioning against this, but in our
case, this really is the best way of doing things). My question relates
to prebinding; I've set up the linker flags so that my super framework
starts at address 0xb0000000, which makes prebinding work. When I
change it to 0xa0000000, prebinding fails. For this project (which is
quite small and only has a couple of frameworks) I can experiment until
I find addresses where the prebinding succeeds. However, in larger
projects that is likely to fail. Is there a simple, guaranteed method
where I can figure out my prebinding requirements?
Thanks,
Cem Karan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.