Re: SCNetworkReachability
Re: SCNetworkReachability
- Subject: Re: SCNetworkReachability
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 28 Jun 2005 12:10:26 +0100
On 6/27/05, Ben Kazez <email@hidden> wrote:
> I've put the following
> directive at the beginning of the file:
>
> #include <CoreFoundation/CoreFoundation.h>
>
> And yet I get "error: 'SCNetworkReachabilityRef' undeclared" and so
> on for the other items. What am I doing wrong?
The SystemConfiguration API is in SystemConfiguration.framework, not
CoreFoundation.framework. You need to #include
<SystemConfiguration/SystemConfiguration.h>.
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden