chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] building under windows


From: John Cowan
Subject: Re: [Chicken-users] building under windows
Date: Fri, 9 Nov 2012 12:44:28 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

Felix scripsit:

> sizeof(int) and sizeof(long) is 4 on Win64? Weird. Ugh. This will need
> some work.

Yes, the memory model is LLP64 (long longs and pointers are 64-bit)
rather than LP64 like Unixoid systems.  That's because the system API
is still Win32 on 64-bit machines: the term "Win64" is a misnomer.

Note, however, that size_t, time_t, and ptrdiff_t are all 64 bits.

-- 
On the Semantic Web, it's too hard to prove     John Cowan    address@hidden
you're not a dog.  --Bill de hOra               http://www.ccil.org/~cowan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]