I'm trying to use Objective-C 2.0 feature Property in GNUstep(using Windows).
But i can't use @property sign and @synthesize.
Although All of my codes are correct,compiler can't compile my property code.
Compiler also can't understand "@" sign.
Can i use Property feature in GNUstep.
If it's can use,Please tell me how can i do that?
Thanks you for your time.