lua-users home
lua-l archive

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


Diego Nehab wrote:
Hi,

About the missing DLL, it's the runtime from the new Visual
C++ 2005. Should be easy to get. I am not sure if I can
distribute it, but I bet I could. The binaries I produced
are supposed to be used with the LuaBinaries distribution,
thus the name (Win32_dll8).


The runtime is available here:
http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en

or here:
http://tinyurl.com/ywoncl


But I think you should link with the release version (right now you're linking with the debug version of the runtime, hence the D at the end of the name).

Regards,
Ignacio Burgueño