System Config Framework - is this legal?
System Config Framework - is this legal?
- Subject: System Config Framework - is this legal?
- From: "Terence G4 Mac" <email@hidden>
- Date: Fri, 15 Nov 2002 10:16:50 +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!
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
_______________________________________________
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.