Re: can't get NSZombie to work
Re: can't get NSZombie to work
- Subject: Re: can't get NSZombie to work
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 28 Apr 2004 10:33:43 -0600
On Apr 28, 2004, at 9:42 AM, Ben Dougall wrote:
and i've put this at the top of my main.m file:
#import <Foundation/NSDebug.h>
NSZombieEnabled = YES;
Here you're declaring NSZombieEnabled as if it was a global of some
sort. Try moving it to main() just before anything else
(NSApplicationMain() or whatever) is called; it should work if you do
that.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.