[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MPS: Win64 testers?
From: |
Eli Zaretskii |
Subject: |
Re: MPS: Win64 testers? |
Date: |
Thu, 01 Aug 2024 08:00:33 +0300 |
> From: Sebastián Monía <sebastian@sebasmonia.com>
> Cc: Pip Cet <pipcet@protonmail.com>, emacs-devel@gnu.org
> Date: Wed, 31 Jul 2024 15:04:12 -0400
>
> >> Date: Wed, 31 Jul 2024 06:18:16 +0000
> >> From: Pip Cet <pipcet@protonmail.com>
> >> Cc: emacs-devel@gnu.org, rms@gnu.org
>
> > We have been advertising MinGW64 (with MSVCRT) for a long time, see
> > nt/INSTALL.W64. But since it doesn't support Windows versions older
> > than Vista (or maybe even that is not supported anymore), we also
> > advertise MinGW, which does.
>
> Is there any advantage to using UCRT (just had to look up what it is :))
> instead of the current approach of MinGW/MinGW64 builds?
TBH, I don't know enough about the differences. UCRT is supposed to
be more modern, and so more compatible with ANSI C and perhaps also
with Posix. (However, MinGW has for a very long time a support
library which provides ANSI C compliant implementations of various
functions, so this problem is largely solved even without UCRT.)
The fact that we don't have experts who can answer these questions is
one serious indication that dedicated support persons are needed if we
want to be able to use whatever good features UCRT provides to Emacs's
benefit.