lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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?