Re: #import problem
Re: #import problem
- Subject: Re: #import problem
- From: Andrew Pinski <email@hidden>
- Date: Sun, 20 Jul 2003 16:42:33 -0400
On Sunday, Jul 20, 2003, at 16:32 US/Eastern, James W. Walker wrote:
I'm trying to use AppleHelp.h in a Cocoa project. I have added
Carbon.framework to the project. When I say #import
<Carbon/AppleHelp.h> or #import <Help/AppleHelp.h>, I get a "no such
file" error. What am I missing?
You cannot include AppleHelp.h directly, include Carbon/Carbon.h
instead.
Thanks,
Andrew Pinski
_______________________________________________
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.