Re: problem with frameworks and types
Re: problem with frameworks and types
- Subject: Re: problem with frameworks and types
- From: Sherm Pendley <email@hidden>
- Date: Sat, 31 Oct 2009 15:54:56 -0400
On Sat, Oct 31, 2009 at 3:44 PM, Ariel Feinerman <email@hidden> wrote:
> CoreServices.framework is an umbrella framework includes
> CarbonCore.framework. Problem is I need to only several functions and
> one header and I do not wish to import CoreServices.h because it very
> large. The including of header with path relative to
> CoreServices.framework does not work. Can I call CarbonCore?
No, you can't import just one subframework from an umbrella framework.
The docs say you can't, and being adventurous I once tried to anyway.
The docs were right. :-)
Anyway, build time shouldn't be a major problem, even though that
header *is* pretty huge. Just add it to ProjectName_prefix.pch and
it'll only have to be compiled once for each build configuration.
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden