[repost] System Config Framework - is this legal?
[repost] System Config Framework - is this legal?
- Subject: [repost] System Config Framework - is this legal?
- From: "Terence G4 Mac" <email@hidden>
- Date: Sun, 17 Nov 2002 20:03:45 +0000
Hi all,
I'm seeing some strange behavior (on only a few machines, of course) with
some code that makes heavy use of the system config. framework...
The only truly suspicious thing I can see is :
NSMutableDictionary *devDict = (NSMutableDictionary *)
SCPreferencesPathGetValue(prefs, (CFStringRef) devLoc);
Is the return value of SCPreferencesPathGetValue() cast-able to an
NSMutableDictionary like that? Or should I assign the result to an
NSDictionary and then do a mutableCopy?
Any thoughts or suggestions would be appreciated. :)
Thanks!
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
_______________________________________________
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.