[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to avoid DLL hell?
- From: GrayFace <sergroj@...>
- Date: Fri, 26 Nov 2010 16:05:57 +0600
On 26.11.2010 14:49, Enrico Colombini wrote:
Ideally (for Windows) with versions for the major system DLLs: MSVCRT,
the latest VC version and (possibly) cygwin.
Why? Dlls may rely on runtime dll version being the same only if they
are packaged together. Otherwise, this is a bug in dll. This bug should
be uncommon for Lua dlls, because Lua provides an allocator that solves
the problem of passing memory between Lua dlls.
--
Best regards,
Sergey Rozhenko mailto:sergroj@mail.ru