Re: Strings from UUID
Re: Strings from UUID
- Subject: Re: Strings from UUID
- From: Jim Murry <email@hidden>
- Date: Fri, 9 Aug 2002 11:52:47 -0700
CFUUIDRef u = CFUUIDCreate(NULL);
[uuid setStringValue:(NSString *)CFUUIDCreateString(NULL, u)];
CFRelease(u);
On Friday, August 9, 2002, at 10:32 AM, Jeremy Dronfield wrote:
Could someone show me a reliable way (with code example if poss) of
creating a UUID, turning it into a CString, then into an NSString.
I tried to RTFM, but the F thing was F incomprehensible.
-Jeremy
=======================================
email@hidden // email@hidden
The Alchemy Pages:
- fractious fiction at http://freespace.virgin.net/jeremy.dronfield
_______________________________________________
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.
_______________________________________________
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.