Re: .h file won't load
Re: .h file won't load
- Subject: Re: .h file won't load
- From: Luke the Hiesterman <email@hidden>
- Date: Thu, 10 Dec 2009 12:31:50 -0800
The NSStringDrawing.h header is include in AppKit.h, so you should just be able to include AppKit like this:
#include <AppKit/AppKit.h>
Were you forgetting the < and > ?
Luke
On Dec 10, 2009, at 11:51 AM, Charlie Dickman wrote:
> I'm developing an app that has the Appkit.framework in the Frameworks project folder. I am trying to use the NSString Application Kit Additions which document that they are defined in the NSStringDrawing.h file in Appkit.framework yet when I #import NSStringDrawing.h or Appkit/NSStringDrawing.h the compiler reports that no such file can be found.
>
> Looking in the Appkit/headers folder it definitely is there. What do I have to do to get the compiler to recognize it?
>
> Charlie Dickman
> email@hidden_______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden