Deutsch   English   Français   Italiano  
<valnib$35rt8$3@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feeds.phibee-telecom.net!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.sys.raspberry-pi
Subject: Re: RP2350 and Pico 2 - things missing
Date: Tue, 27 Aug 2024 23:30:19 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <valnib$35rt8$3@dont-email.me>
References: <v9lbfn$10qjj$2@dont-email.me> <v9pj3v$1qse0$7@dont-email.me>
	<lin8sjFbh5vU1@mid.individual.net> <va6s6f$c7dr$1@dont-email.me>
	<50ae75b3cdb83be61d995844169642d211670e3e.camel@munted.eu>
	<20240822115703.a377f409dd25c1b1f76f6c61@eircom.net>
	<va9k44$s0gf$2@dont-email.me>
	<20240823111241.fa25c2e204942a50ef8ccac5@eircom.net>
	<vac28j$1ab6s$6@dont-email.me>
	<20240824091356.eadff502925e2f0760693e89@eircom.net>
	<vagq3v$2a0g5$3@dont-email.me> <vai25u$2fn77$1@dont-email.me>
	<vajkr1$2rhoq$1@dont-email.me> <vajvlj$2shf7$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 28 Aug 2024 01:30:20 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="52d1e1001450c2fe7f8121ab25cdb228";
	logging-data="3338152"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+KGPHtP/UXvgJ7XgiMcrPu"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:y7soCcpOqBHOpv7IEbcO9rjZ0gw=
Bytes: 2282

On Tue, 27 Aug 2024 08:36:18 +0100, mm0fmf wrote:

> On 27/08/2024 05:31, Lawrence D'Oliveiro wrote:
>> On Mon, 26 Aug 2024 15:06:52 +0100, mm0fmf wrote:
>> 
>>> On 26/08/2024 03:43, Lawrence D'Oliveiro wrote:
>>>
>>>> Windows programs still use “Win32”.
>>>
>>> Win32 is the name of the API.
>> 
>> Why is it not “Win64”?
> 
> The 64bit version is the same API compiled for 64bit instead of 32bit.

That’s the trouble. It hasn’t really adapted to the availability as 
standard of 64-bit integers, for example.

Compare the POSIX APIs, where they were careful to use generic types like 
“size_t” and “time_t”, so that the same code could be compiled, unchanged, 
to work on both 32-bit and 64-bit architectures. Not something Windows 
code can manage.