lua-users home
lua-l archive

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


You should use multithreaded DLL. (/MD)You cannot have a static
Lua Library and an extension  DLL

David B

jason zhang  wrote:
2. Different Crt library
   I double checked this. The crt of Lua Interpreter, Lua static Library and the extension DLL are
   the same. In VC6.0, I set all of them to Debug Single-Threaded. Should I use mutli-Threaded Crt?