Re: CFPreferences
Re: CFPreferences
- Subject: Re: CFPreferences
- From: Gregory Weston <email@hidden>
- Date: Fri, 27 Jan 2006 22:24:21 -0500
Alan Smith wrote:
Thanks guys, but it's not working. I did type cast it like Tom
said, but
when I watch through the debugger it, changes my variable to nil.
Here's the
code:
NSString *myString;
CFStringRef *appID = CFSTR("com.apple.desktop");
CFStringRef *key = CFSTR("ImageFilePath");
CFSTR returns a CFStringRef, not a CFStringRef*.
Greg
_______________________________________________
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