Re: Class won't allocate
Re: Class won't allocate
- Subject: Re: Class won't allocate
- From: "Michael Ash" <email@hidden>
- Date: Sun, 11 Jun 2006 14:11:53 -0400
On 6/11/06, email@hidden <email@hidden> wrote:
Hello all,
a strange thing is happening in my Cocoa project :
This project builds fine but the initialization part fails
at runtime.
The debugger reveals that
the program first goes wrong
when it reaches the following line :
primesRecord=[PrimesRecord alloc];
Before this line is executed the pointer ``primesRecord" is nil,
which is normal. But afterwards it is *still* nil, and I've no idea
why.
Turn off ZeroLink, then fix the link errors that appear, and you
should be set. (And for best results, leave ZL off, and turn it off
reflexively whenever you make a new project.)
Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden