Re: Handle data disappearing out from underneath me [Solved]
Re: Handle data disappearing out from underneath me [Solved]
- Subject: Re: Handle data disappearing out from underneath me [Solved]
- From: Ken Tozier <email@hidden>
- Date: Sun, 8 Apr 2007 11:07:40 -0400
On Apr 8, 2007, at 11:01 AM, glenn andreas wrote:
You are using bytes starting at the master pointer - not the data
contained in the handle (since a handle is a pointer to a pointer
to the data)
You need to use [NSData dataWithBytes: *inSlugHandle length:
GetHandleSize(inSlugHandle)]
Doh! Stupid mistake. Thanks Glenn
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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