unseen classes?
unseen classes?
- Subject: unseen classes?
- From: David Cairns <email@hidden>
- Date: Sun, 19 Jan 2003 23:53:45 -0500
for some reason or another, im getting all manner of warnings during
compile that i don't *think* i should be getting. here are a few:
warning: 'MyClass' does not respond to 'autorelease'
warning: 'MyClass' does not respond to 'retain'
warning: return type for 'initObjWithPath' defaults to id
and so on, basically naming every other method in the class. Note if
you will, that MyClass is not actually the name of the class and it is
a subclass of NSObject. ive been mostly borrowing code from the
"Learning Cocoa" book for my AddObj: method, with regard to the
NSOpenPanel.
Also note that i have 'told' the controller class i'm working with
about the MyClass class with the @class MyClass; statement before the
@implentation of the controller.
Basically my project adds MyClass objects to a DataSource class and
displays the names in an NSTable. Unfortunately, my program either
gets a SIGBUS or SIGSEGV error about the second or third time I call
AddClip:. Any ideas? if im not posting enough info, tell me.
-- dave
--------------------------------------------
"see you later, space cowboy..."
--------------------------------------------
-- 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.