Re: Bridging (was Re: A CFStringRef that throws EXC_BAD_ACCESS)
Re: Bridging (was Re: A CFStringRef that throws EXC_BAD_ACCESS)
- Subject: Re: Bridging (was Re: A CFStringRef that throws EXC_BAD_ACCESS)
- From: Timothy Ritchey <email@hidden>
- Date: Sun, 20 Oct 2002 17:55:44 -0500
Make sure your class has no instance variables - do everything through
the CF instance variables. It should be noted, I've yet found no way
of actually getting to them besides using the CF methods and passing
in self cast to the relevant type...
I'm curious why this would be the case. As long as your class
definition matched the instance variables of the CF structure, the
offsets should be correct, and you should be able to reference the
instance variables.
- tim
_______________________________________________
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.