"I don't think you can use the dll with a project like wxLua that hasalready linked with the exact same .lib, but I could be wrong. Perhapssince the luasocket is trying to open the lua dll it will resolve thenames of the functions it needs soley from within the dll, if so itshould work?"This most d
On 6/23/06, Steve Kieu <[EMAIL PROTECTED]> wrote:
> > not depend on lua50.dll . But it is not right, it still requires lua50.dll
> > which might be incompatible with wxLua. My question is why and is there
> any
> > problem with it apart from I have to bring lua50.dll while I have already
> > lua in
John Labenski <[EMAIL PROTECTED]> wrote:<[EMAIL PROTECTED]>> not depend on lua50.dll . But it is not right, it still requires lua50.dll> which might be incompatible with wxLua. My question is why and is there any> problem with it apart from I have to bring lua50.dll while I have already> lua interp
On 6/21/06, Steve Kieu <[EMAIL PROTECTED]> wrote:
>
> I have several lua addon and want to use with wxLua. (luasocket for
> example). Compile in window with vc7, I have to supply the .lib lua (I use
> lua50.lib which is a pair with lua50.dll download from lua binaries). As far
> as I understand the
Hi all,I have several lua addon and want to use with wxLua. (luasocket for example). Compile in window with vc7, I have to supply the .lib lua (I use lua50.lib which is a pair with lua50.dll download from lua binaries). As far as I understand the compiler need the .lib to resolve symbols in the add