lua-users home
lua-l archive

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


Hi,

LuaBinaries has a distribution for the Lua DLL and import
lib linked with msvcr80.dll. I don't seem to find a
distribution for the Lua executable linked with msvcr80.dll.
Shouldn't we have

    lua5_1_2_Win32_bin8.zip
    lua5_1_2_Win64_bin8.zip

files to match the

    lua5_1_2_Win32_dll8_lib.zip
    lua5_1_2_Win64_dll8_lib.zip

files?

Otherwise, Visual C++ 2005 users will end up mixing the dll8
files with the vc6 binaries, thus mixing msvcrt.dll with
msvcr80.dll. How bad is this mix?

Regards,
Diego