• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: .h file won't load
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >.h file won't load (From: Charlie Dickman <email@hidden>)

  • Prev by Date: .h file won't load
  • Next by Date: Re: Problem with missing symbol
  • Previous by thread: .h file won't load
  • Next by thread: dynamically create/remove IB elements and instance vars?
  • Index(es):
    • Date
    • Thread