Re: Graphite examples ??
Re: Graphite examples ??
- Subject: Re: Graphite examples ??
- From: John Randolph <email@hidden>
- Date: Tue, 23 Mar 2004 17:00:50 -0800
On Mar 22, 2004, at 2:51 PM, Nick Zitzmann wrote:
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.
Couldn't have said it better myself. ;-)
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.