unseen classes (pt. 2)
unseen classes (pt. 2)
- Subject: unseen classes (pt. 2)
- From: David Cairns <email@hidden>
- Date: Mon, 20 Jan 2003 02:34:31 -0500
I took all your input and it really helped to get rid of all those
annoying warnings. However, i was still getting SIGSEGV errors, so i
ran the debugger. From the debugger, i get an EXC_BAD_ACCESS error
whenever I click in the NSTableView or access the AddObj: method the
2nd or 3rd time. This thing is pretty consistent, so I think I must be
trying to release an already-released object.
To solve the first problem, i just commented-out the overloaded
(void)tableView:setObjectValue:forTableColumn:row:(int)row
method and recompiled, but it still happens. Any ideas?
-- dave
--------------------------------------------
"see you later, space cowboy..."
--------------------------------------------
_______________________________________________
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.