Re: Stumped: How to call a function defined in a Framework?
Re: Stumped: How to call a function defined in a Framework?
- Subject: Re: Stumped: How to call a function defined in a Framework?
- From: Michael Nickerson <email@hidden>
- Date: Fri, 05 Dec 2008 02:59:20 -0500
On Dec 5, 2008, at 2:38 AM, JK wrote:
4. Also in "MyDocument.m", add the line "#import <Security/
Security.h>" immediately after the line "#import "MyDocument.h"".
You need to include <Security/AuthSession.h> to get SecuritySessionId
declared. That header isn't automatically included in the Security.h
header - there's a few headers in the Security framework that aren't
automatically included.
--------------------------------------
Darkshadow
(aka Michael Nickerson)
http://www.nightproductions.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden