Re: ANN: Audio IB Palette
Re: ANN: Audio IB Palette
- Subject: Re: ANN: Audio IB Palette
- From: Doug Wyatt <email@hidden>
- Date: Mon, 7 Oct 2002 12:13:38 -0700
On Saturday, Oct 5, 2002, at 06:10 US/Pacific, Robert Grant wrote:
This morning I've been investigating embedded frameworks (within an
application)
and that seems the best way to go. Except that it would have to be
embedded in both
the palette and the app which seems weird. Another weird thing is when
I tested the
app with an embedded framework on another machine it still tries to use
the absolute
build path. Perhaps I should be doing something with the install
options?
That's the way our linker works -- unless you load symbols individually
from a library (which is a whole 'nother ball of wax), libraries
contain paths to the dynamic libraries they're linked against. Notice
the funky syntax for embedded frameworks:
@executable_path/../Frameworks
I can't find the docs quickly, but I think there is a blessed place to
install a framework under /Library, perhaps in Application Support.
Doug
--
Doug Wyatt
work: email@hidden (CoreAudio)
personal: email@hidden
http://www.sonosphere.com
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.