Re: NSCalendarDate Bug
Re: NSCalendarDate Bug
- Subject: Re: NSCalendarDate Bug
- From: "Lorenzo P. Thurman" <email@hidden>
- Date: Thu, 2 Oct 2003 18:06:49 -0500
You want to use isEqualToDate, not isEqual (which tests for the two
objects being the same object, which they aren't in this case).
Actually, I am using isEqualToDate. I misstyped when creating the
message.
As far as the debugging issues, it sounds like you are using the
Deployment build style or have optimization turned on, which will make
stepping through code fairly difficult. So, either turn off
optimization or change your build style to Development.
Of course, I should have caught this myself. The variables are getting
initialized properly.
Thanks much!
"My Break-Dancing days are over, but there's always the Funky Chicken."
--The Full Monty
_______________________________________________
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.