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 protected]_______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/luketheh%40apple.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
