Re: (Newbie) Prototypes don't seem to compile?
Re: (Newbie) Prototypes don't seem to compile?
- Subject: Re: (Newbie) Prototypes don't seem to compile?
- From: Stephane Sudre <email@hidden>
- Date: Wed, 25 Feb 2004 11:24:12 +0100
On Wednesday, February 25, 2004, at 03:17 AM,
email@hidden wrote:
I am using Xcode 1.1.1. If I define a @prototype with a .h file and
compile this under Xcode, it doesn't seem to really be compiling the
source. I mean that no mater what syntax is within the prototype
definition the compiler just returns happily without error, even when I
type garbage that I know will not compile... Am I doing something
wrong?
Should prototypes be defined in a .m file or something, or am I missed
the
boat all together?
@prototype is not a keyword of Objective-C as far as I know.
You're probably looking for:
@interface
_______________________________________________
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.