Re: Linking framework headers?
Re: Linking framework headers?
- Subject: Re: Linking framework headers?
- From: Sherm Pendley <email@hidden>
- Date: Thu, 13 Jun 2002 20:09:55 -0400
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"
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.