emacs-devel
[Top][All Lists]
Advanced

[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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]