[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: multiple Lua VMs detected
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 3 May 2013 22:22:14 -0300
> The subject is the error I am getting now.
It should be clear enough.
> link /DLL /OUT:socket.dll /base:0x67800000 /export:luaopen_socket_core mime.o *.obj msvcrt.lib lua5.2-static.lib Ws2_32.lib wsock32.lib
> link /DLL /OUT:mime.dll /base:0x67700000 /export:luaopen_mime_core mime.o msvcrt.lib lua5.2.lib
Do not link Lua into your DLLs. Keep just one copy of Lua in a separate DLL.