Re: how to release CFData

2008-08-27 Thread lajos kamocsay
Thanks! Exactly what I needed. -lajos On Aug 27, 2008, at 1:03 AM, Phil wrote: On Wed, Aug 27, 2008 at 4:26 PM, lajos kamocsay <[EMAIL PROTECTED]> wrote: I have found several ways to create CFData, but how do I release a CFDataRef? CFRelease(). More information about Core Founda

how to release CFData

2008-08-26 Thread lajos kamocsay
Hello, I have found several ways to create CFData, but how do I release a CFDataRef? Thanks -lajos ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Re: opaque types in NSArray

2008-07-20 Thread lajos kamocsay
Thanks! (I did mean CGPathRef..) -lajos On Jul 20, 2008, at 10:25 AM, Michael Ash wrote: On Sun, Jul 20, 2008 at 12:28 AM, lajos kamocsay <[EMAIL PROTECTED]> wrote: It seems that in order to add an opaque type (for example CFPathRef) to an NSArray it needs to be wrapped into an

opaque types in NSArray

2008-07-19 Thread lajos kamocsay
Hello, It seems that in order to add an opaque type (for example CFPathRef) to an NSArray it needs to be wrapped into an object. What's the best way of doing this? Thanks, -lajos ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please d