• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Class won't allocate
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Class won't allocate (From: email@hidden)

  • Prev by Date: Re: setMenuBarVisible: with animation
  • Next by Date: Re: Enforce Min Count in Core Data To-Many relationship
  • Previous by thread: Re: Class won't allocate
  • Next by thread: performance drop when calling applescript during performdrag
  • Index(es):
    • Date
    • Thread