Re: Linking framework headers?
Re: Linking framework headers?
- Subject: Re: Linking framework headers?
- From: Vince DeMarco <email@hidden>
- Date: Thu, 13 Jun 2002 18:57:08 -0700
On Thursday, June 13, 2002, at 05:09 PM, Sherm Pendley wrote:
On Thursday, June 13, 2002, at 08:02 PM, Andrew Baldwin wrote:
I've never had to use a framework before and I've added
SystemConfiguration.framework to my project because I want to use
SCNetwork.h. In my code I have:
#import "SCNetwork.h"
You need to include the name of the framework, like this:
#import "SystemComfiguration/SCNetwork.h"
Or more like
#import <SystemConfiguration/SystemConfiguration.h>
vince
sherm--
Never put off until tomorrow what you can do today. There might be a
law against it by that time.
_______________________________________________
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.
_______________________________________________
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.