Re: How to include InternetConfig.h
Re: How to include InternetConfig.h
- Subject: Re: How to include InternetConfig.h
- From: Bob Ippolito <email@hidden>
- Date: Mon, 31 May 2004 18:38:45 -0400
On May 31, 2004, at 5:50 PM, 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?
#import <ApplicationServices/ApplicationServices.h>
>
Is there a trick to working out the path to a header file in a
>
framework?
Typically if you use the header file with the same name as the
framework, it will import everything you want. At least with Apple
frameworks.
-bob
[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.