The proper image address (sorry!)
http://i33.tinypic.com/2utjb11.jpg
On 21 Sep 2009, at 11:52, Ben Griffin wrote:
Essentially the value of fAttDefs is 0x0 but it isn't?!
The method here is causing difficulties for me.
When fAttDefs is NULL, it's value is appearing as
0xfffffffe00000001, so it resolves to true and therefore the getter
(for a NULL object) is invoked, causing an inevitable crash.
I am not sure why the value of fAttDefs appears as 0x0 on the right
side of my screen and as 0xfffffffe00000001 on the bottom.
Maybe I am not setting a compile flag correctly?
Is this something to do with 64 bit addressing? (This is XCode on
Snow Leopard)