Sujet : Re: is Vax addressing sane today
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.archDate : 30. Sep 2024, 09:15:05
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240930111505.000018a3@yahoo.com>
References : 1 2 3
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Mon, 30 Sep 2024 01:28:42 -0000 (UTC)
Lawrence D'Oliveiro <
ldo@nz.invalid> wrote:
On Sun, 29 Sep 2024 20:51 +0100 (BST), John Dallman wrote:
In article <vd9udm$1dgsp$9@dont-email.me>, ldo@nz.invalid (Lawrence
D'Oliveiro) wrote:
Are you still doing your programming to 32-bit APIs? Isn't there a
_Win64_ yet?
"Win32" covers both 32-bit and 64-bit APIs. The reasons for this
silly nomenclature are complicated and lie deep in the past.
Also the fact that those “64-bit” APIs are not entirely “64-bit” ...
They are entirely 64-bit. Every user-supplied buffer can be anywhere in
user's address space.
Possibly you are confusing Windows with VMS.