On Fri, Mar 13, 2009 at 3:16 AM, Jim Ursetto <zbignie...@gmail.com> wrote:
> You can use locations for your other vars as well -- in this case it
> should work even for 64-bit values.

Urgh.  I read the header files. Window is typed as unsigned long on
32-bit systems and unsigned int on 64-bit systems (yuck!).  I would
use unsigned-integer as the Window type instead of unsigned-long,
then.  You can therefore go back to pointer-u32-ref when extracting
Window array elements, although I personally prefer the technique
above.


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to