Re: [LONG] Making the right choice (was Re: How viable is Cocoa development?)
Re: [LONG] Making the right choice (was Re: How viable is Cocoa development?)
- Subject: Re: [LONG] Making the right choice (was Re: How viable is Cocoa development?)
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 27 Jan 2002 18:40:25 +0000
On Sunday, January 27, 2002, at 03:24 PM, Pete Carss wrote:
Can you explain how I am meant to do this for CGRect -> NSRect - the
underlying stucts are the same but I ended up (thanks to this list)
casting
pointers...Or is the principle different to CF -> NS...
CGRect isn't a CF type that is toll-free bridged with a Foundation
class, it's a struct from CG.
-- Finlay