Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <20240929233757.0000299b@yahoo.com>
Deutsch   English   Français   Italiano  
<20240929233757.0000299b@yahoo.com>

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Michael S <already5chosen@yahoo.com>
Newsgroups: comp.arch
Subject: Re: is Vax addressing sane today
Date: Sun, 29 Sep 2024 23:37:57 +0300
Organization: A noiseless patient Spider
Lines: 36
Message-ID: <20240929233757.0000299b@yahoo.com>
References: <vbd6b9$g147$1@dont-email.me>
	<2024Sep10.094353@mips.complang.tuwien.ac.at>
	<vckf9d$178f2$1@dont-email.me>
	<O2DHO.184073$kxD8.113118@fx11.iad>
	<vcso7k$2s2da$1@dont-email.me>
	<efXIO.169388$1m96.45507@fx15.iad>
	<8f031f2b5082d97582b1231a060f2b9f@www.novabbs.org>
	<8DgJO.171468$1m96.17060@fx15.iad>
	<vd7peh$12kpl$2@dont-email.me>
	<KWUJO.41016$vtH3.33971@fx07.iad>
	<86msjr2bec.fsf@linuxsc.com>
	<vdaur7$1lr7j$1@dont-email.me>
	<86ikue2zlr.fsf@linuxsc.com>
	<vdc9s0$1rseh$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 29 Sep 2024 22:37:59 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="478e9e59fc004c8408ce295334b76116";
	logging-data="1968726"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19uB3hxysBuaKvuShN7crOajjBeas4DH4w="
Cancel-Lock: sha1:InRCpMs5HRxCVESlC9eeWH6Uk0c=
X-Newsreader: Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
Bytes: 2818

On Sun, 29 Sep 2024 19:30:08 -0000 (UTC)
Thomas Koenig <tkoenig@netcologne.de> wrote:

> Tim Rentsch <tr.17687@z991.linuxsc.com> schrieb:
> > Thomas Koenig <tkoenig@netcologne.de> writes:
> >  
> >> Tim Rentsch <tr.17687@z991.linuxsc.com> schrieb:  
> > [...]  
> >>> I am currently in the position of needing to take some code
> >>> written for Linux/Unix and get it running in MS Windows.
> >>>
> >>> My attempts to use MSVC have been frustrating, because of some
> >>> limitations of that environment.  The two most prominent are
> >>> these:  long double is only 64 bits, and there are no integer
> >>> types of 128 bits that I could find.  
> >>
> >> Depending on what you need to to, you can give MinGW-w64 a try.
> >> It works either as a cross-compiler from Linux or on Windows using
> >> msys2 or Cygwin.  
> >
> > Thank you for these suggestions.  I have started to explore
> > mingw but not yet the others.  Is there a difference between
> > mingw and mingw-w64, do you know?  
> 
> One is a fork of the other, I believe.
> 
> >Also do you know if mingw
> > is compatible with MSVC, as long as long double is not used?  
> 
> I believe that Mingw-w64 uses the Windows ABI, but that is a
> belief, not something I know first-hand; I haven't looked
> at the assembly.

mingw64 tools are mostly compatible with Windows x64 ABI, but long
double is an exception.