Re: How to include InternetConfig.h
Re: How to include InternetConfig.h
- Subject: Re: How to include InternetConfig.h
- From: j o a r <email@hidden>
- Date: Tue, 1 Jun 2004 00:42:59 +0200
On 2004-05-31, at 23.50, Steve Palmer wrote:
>
I added the ApplicationServices framework to my Cocoa application but
>
I don't see how to reference InternetConfig.h in the source? None of
>
the following work:
>
>
#import <InternetConfig.h>
>
#import <ApplicationServices/InternetConfig.h>
>
>
What should I use?
>
>
Is there a trick to working out the path to a header file in a
>
framework?
I think that you're supposed to import only the header of the umbrella
framework itself - in other words in this case:
#import <ApplicationServices/ApplicationServices.h>
This is documented here:
<
http://developer.apple.com/documentation/MacOSX/Conceptual/
SystemOverview/Umbrella/chapter_7_section_4.html>
<
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPFrameworks/Tasks/IncludingFrameworks.html>
<
http://developer.apple.com/documentation/MacOSX/Conceptual/
SystemOverview/Umbrella/chapter_7_section_3.html>
...and perhaps in other places.
j o a r
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.