Build Errors
Build Errors
- Subject: Build Errors
- From: "Brian E. Howard" <email@hidden>
- Date: Mon, 9 Sep 2002 19:13:39 -0400
Everything was compiling fine until I added an @class directive; now I
get errors, no doubt all related to some simple thing I don't grasp.
While crunching on my MainControl.m file, subclass of NSObject, I get:
MainControl.h:14: undefined type, found `IBOutlet'
When I select the error it highlights an IBOutlet declaration in
MainControl.h:
@interface MainControl : NSObject
{
IBOutlet NSTextField *myField;
}
I've cleaned and rebuild, combed over the code for typos, and even
tried to drop the @class directive and return to an #import, all to no
avail. Thanks for any insight.
Brian
_______________________________________________
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.