|
| From: | Richard Frith-Macdonald |
| Subject: | Re: NSArchiver bug on 64bit systems |
| Date: | Fri, 25 Aug 2006 16:49:52 +0100 |
On 25 Aug 2006, at 16:26, Wim Oudshoorn wrote:
#define GSI_MAP_EQUAL(M, X, Y) ((X).uint == (Y).uint) this is a problem because on the AMD64 bit architecture we use a uint is 32 bits and pointers are 64 bits.
Thanks ... fixed that ... and similar issues in NSKeyedArchiver and NSPortCoder.
| [Prev in Thread] | Current Thread | [Next in Thread] |