In message <[EMAIL PROTECTED]>, Robert
Kern wrote:

> Try to check the addresses of the ctypes values you are passing in. I'm
> not entirely sure how to do that, though.

Cast the address to an integer and print it out? I think the data needs to
be 16-byte-aligned, so in hex, the units digit of the address should always
be zero.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to