[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to avoid DLL hell?
- From: Axel Kittenberger <axkibe@...>
- Date: Thu, 25 Nov 2010 10:49:57 +0100
> Thanks for the suggestions. Linking statically however causes crashes if you ever pull in anything else dynamically (different malloc/free address spaces). That means that you can no longer ever link in a DLL (eg. luasocket) once the main Lua is not also a DLL.
This comes as surprise for me, can someone second that? If true, is
this a windows only limitation or universal?