Re: IBOutlet id
Re: IBOutlet id
- Subject: Re: IBOutlet id
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 21 Feb 2004 00:09:54 -0800
On Feb 20, 2004, at 11:57 PM, Daniel Todd Currie wrote:
What I would like to do is the following declaration:
IBOutlet NSWindowSubclass *anNSWindowSubclass;
But when I declare the instance that way, I get this error:
error: parse error before "NSWindowSubclass"
Why do I get this error? What have others done differently to avoid
this problem?
#import "NSWindowSubclass.h" ?
mmalc
_______________________________________________
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.
References: | |
| >IBOutlet id (From: Daniel Todd Currie <email@hidden>) |