Re: Newbie question: error in creating a NSData object using handle (Resource Management)
Re: Newbie question: error in creating a NSData object using handle (Resource Management)
- Subject: Re: Newbie question: error in creating a NSData object using handle (Resource Management)
- From: "Tran Kim Bach" <email@hidden>
- Date: Thu, 26 Jun 2008 16:27:06 +0900
>
>
> if((type2 =='PREC')&&([resID intValue]== 302))
>
There is a typo in the above code line:It should be:
if((resType1 =='PREC')&&([resID intValue]== 302))
>
Regards,
Bachtk
_______________________________________________
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