Re: Graphite examples ??
Re: Graphite examples ??
- Subject: Re: Graphite examples ??
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 22 Mar 2004 15:51:45 -0700
On Mar 22, 2004, at 1:46 PM, Bob Miller wrote:
I realize that Graphite is a private framework as of Panther. I can
include it in an XCode project but am unable to reference
<Graphite/Graphite.h> without incurring a file not found / link error,
hence the request for any code examples. Is there a trick to including
a header from a private framework in an xCode project ?
Private frameworks don't have headers. That's why they're private. <;*)
I suppose you could use Class-dump at
<
http://homepage.mac.com/nygard/Projects/index.html> to generate a
pseudo-header of the framework, assuming it is an Objective-C
framework, but I must warn you that using private APIs in a project is
very risky. Private APIs may change at any time without notice, and
completely break your application.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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.