[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation problems with latest MSVC
From: |
Eli Zaretskii |
Subject: |
Re: Compilation problems with latest MSVC |
Date: |
Sun, 31 Dec 2006 06:24:27 +0200 |
> Date: Sun, 31 Dec 2006 00:13:18 +0000
> From: Jason Rumney <address@hidden>
> Cc: address@hidden, address@hidden
> >
> I suspect that the single threaded library is required for Emacs, as
> the multithreaded library will be allocating heap memory for each
> thread behind your back to avoid problems with global variables, so
> there will always be a conflict between Emacs's and the C library's
> malloc routines.
Alas, there's no single-threaded library that comes with VS 2005: they
removed it. The docs says "use the multithreaded library instead".
So it sounds like all later versions of MSVC will have this problem.
- Re: Compilation problems with latest MSVC, (continued)
- Re: Compilation problems with latest MSVC, David Robinow, 2006/12/28
- Re: Compilation problems with latest MSVC, David Robinow, 2006/12/28
- Re: Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/29
- Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/29
- Re: Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/29
- Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/29
- Re: Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/30
- Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/29
- Re: Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/30
- Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/30
- Re: Compilation problems with latest MSVC,
Eli Zaretskii <=
Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/29