RE: XCode 3.1 compiler doesn't like CFDataRef bridge to (NSData *) object.
RE: XCode 3.1 compiler doesn't like CFDataRef bridge to (NSData *) object.
- Subject: RE: XCode 3.1 compiler doesn't like CFDataRef bridge to (NSData *) object.
- From: "Lee, Frederick (Ric)" <email@hidden>
- Date: Thu, 13 Nov 2008 11:02:56 -0500
- Thread-topic: XCode 3.1 compiler doesn't like CFDataRef bridge to (NSData *) object.
Excellent!
Yes; simple oversight.
Thank You.
Ric.
-----Original Message-----
From: email@hidden [mailto:email@hidden]
Sent: Thursday, November 13, 2008 10:01 AM
To: Lee, Frederick (Ric)
Cc: email@hidden
Subject: Re: XCode 3.1 compiler doesn't like CFDataRef bridge to (NSData
*) object.
On 13 Nov 2008, at 16:54, Lee, Frederick (Ric) wrote:
>
>
> CFDataRef faxMsgData = (NSData *)[[self.faxHistoryItemDict
> objectForKey:@"msg"] dataUsingEncoding: NSUTF8StringEncoding];
Shouldn't that be :
CFDataRef faxMsgData = (CFDataRef)[[self.faxHistoryItemDict
objectForKey:@"msg"] dataUsingEncoding: NSUTF8StringEncoding];
Matt
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden