Re: Feh. Obj-C syntax question
Re: Feh. Obj-C syntax question
- Subject: Re: Feh. Obj-C syntax question
- From: Thomas Davie <email@hidden>
- Date: Wed, 7 Nov 2007 23:24:16 +0000
On 7 Nov 2007, at 21:53, Rick Mann wrote:
So, I'm dipping my toes into the Cocoa, and so far I'm not liking
the experience. I'm trying to follow the app tutorial, and in so
doing use the @property feature of Obj-C 2.0.
However, as soon as I add "@property(readwrite) " in front of a
member variable declaration, i get a cryptic error message:
error: syntax error before 'AT_NAME' token
The error means that the compiler found the '@' symbol somewhere it
shouldn't be. It probably means something like the last line of your
header file has a missing semicolon.
Bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden