Skip navigation.
 
mlRe: Can 10.4 apps be built with Obj-C 2.0?
FROM : Bill Bumgarner
DATE : Tue Nov 06 00:29:30 2007

On Nov 5, 2007, at 3:14 PM, Colin Cornaby wrote:
> I believe it was said in a WWDC session that in since properties are 
> macros that they would work in 10.4. Just saying that this was 
> something communicated by Apple, not the result of someone just 
> playing around with properties. :)


That is incorrect.  Properties are not macros and have never been 
macros.    If you happen to write all code associated with a property 
manually, it may coincidentally work.  If you use @synthesize it is 
not going to work.

b.bum

Related mailsAuthorDate
mlCan 10.4 apps be built with Obj-C 2.0? Todd Blanchard Nov 5, 23:36
mlRe: Can 10.4 apps be built with Obj-C 2.0? John Stiles Nov 5, 23:49
mlRe: Can 10.4 apps be built with Obj-C 2.0? Colin Cornaby Nov 5, 23:57
mlRe: Can 10.4 apps be built with Obj-C 2.0? Bill Bumgarner Nov 6, 00:05
mlRe: Can 10.4 apps be built with Obj-C 2.0? Colin Cornaby Nov 6, 00:14
mlRe: Can 10.4 apps be built with Obj-C 2.0? Bill Bumgarner Nov 6, 00:29
mlRe: Can 10.4 apps be built with Obj-C 2.0? Colin Cornaby Nov 6, 00:35