On 7/25/06, Hubert Chan <[EMAIL PROTECTED]> wrote:
Try changing the 0 on line 162 of Source/NSPredicate.m to NULL:

No luck.  Same problem, same spot.

I thought it might just be the typecasting and went digging (because
I'm clueless), and came across this:

"In the example from Issue 3, we had a void pointer called myPointer.
The following sections explain what happens when the pointer is
typecast to an int type and an INT_PTR type on both 32-bit and 64-bit
platforms. Remember that the INT_PTR type is always the same size as a
pointer on both 32-bit and 64-bit platforms."

(from 
http://www.64advantage.com/files/64-bit%20Insider%20Volume%201%20Issue%204.pdf
)

...but it seems we always cast to an int, which works on probably all
32-bit platforms but only some 64-bit platforms.  So, maybe David's
first guess is right.

-Jack

_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to