Re: NSAllocateCollectable memory allocation problem

2010-06-21 Thread julius
On 21 Jun 2010, at 15:47, Michael Babin wrote: > > On Jun 21, 2010, at 7:06 AM, julius wrote: > >> Inside MyControl define three pointers of type CGFloat , e.g CGFloat * >> mem1, mem2, mem3; >> and declare them as @property GFloat * mem1; etc with corresponding >> @synthesize statements. >> D

Re: NSAllocateCollectable memory allocation problem

2010-06-21 Thread Michael Babin
On Jun 21, 2010, at 7:06 AM, julius wrote: > Inside MyControl define three pointers of type CGFloat , e.g CGFloat * mem1, > mem2, mem3; > and declare them as @property GFloat * mem1; etc with corresponding > @synthesize statements. > Declare a MyControl method that allocates memory to mem1 etc

Re: NSAllocateCollectable memory allocation problem

2010-06-21 Thread jonat...@mugginsoft.com
On 21 Jun 2010, at 13:06, julius wrote: > Hi, > I am running XCode 3.2.2 with Garbage Collection required. > Something strange is happening with NSAllocateCollectable. > I am hoping someone will instantly recognise the symptoms and tell me what > I'm doing wrong. > .. > > Note that other vari