Encoding BOOL Objects?
Encoding BOOL Objects?
- Subject: Encoding BOOL Objects?
- From: Michael Briscoe <email@hidden>
- Date: Tue, 19 Mar 2002 11:54:24 -0800
Hello List,
I'm trying to encode/decode boolean properties from within my class. I
used:
[coder encodeValueOfObjCType:@encode(BOOL) at:&animating];
It appears to work (no errors at compile or runtime), but when the
object is decoded it returns (null).
I also tried encoding/decoding the boolean values using int, and char as
the encode type, but that didn't work either.
What am I doing wrong?
Best Regards,
Michael Briscoe
SkyRocket Multimedia
http://www.digitalfireworks.com/SkyRocket/index.html
_______________________________________________
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.