Re: object_getInstanceVariable() - Problem
Re: object_getInstanceVariable() - Problem
- Subject: Re: object_getInstanceVariable() - Problem
- From: Sherm Pendley <email@hidden>
- Date: Tue, 2 Dec 2003 18:30:30 -0500
On Dec 2, 2003, at 2:34 PM, Michael Monscheuer wrote:
Has anyone successfully used the function object_getInstanceVariable()
?
Yes - but I observed the same behavior that you did. I've been getting
consistent behavior by treating the "value" parameter as "void *",
instead of the documented "void **".
I stepped through my program with debugger and found out, that it is
not working as documented.
Off hand, I'd say it's the docs that are incorrect. There's probably a
non-trivial amount of code out there that would break if the function
were made to conform to the docs.
sherm--
_______________________________________________
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.