Confused and Mental, help!
Confused and Mental, help!
- Subject: Confused and Mental, help!
- From: Steve Gehrman <email@hidden>
- Date: Tue, 16 Apr 2002 02:31:10 -0700
For debugging purposes, I'm trying to subclass NSAttributedString, but
for some reason I get unrecognized selector when trying to create one of
these object.
@interface myAttrString : NSAttributedString
{
}
@end
@implementation myAttrString
- (void)dealloc;
{
[super dealloc];
}
@end
test = [[myAttrString alloc] initWithString:displayString
attributes:attributes];
#0 0x7088bdc8 in -[NSObject doesNotRecognizeSelector:] ()
#1 0x708204a4 in -[NSObject(NSForwardInvocation) forward::] ()
#2 0x706bb250 in _objc_msgForward ()
I thought I understood Obj-C. I guess I'm retarded, sorry!!
-steve.
_______________________________________________
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.