[wxlua-users] using wx in two lanes

2014-10-27 Thread Victor Bombi
Hello, this is related to something we talked before in the list. In order to require"wx" from two diferent lanes in luaLanes I modified luamodule.cpp: instead of static wxLuaState s_wxlState; I have wxLuaState* s_wxlState = new wxLuaState; inside luaopen_wx so that we get a different wxLuaSt

Re: [wxlua-users] using wx in two lanes

2014-10-27 Thread John Labenski
On Mon, Oct 27, 2014 at 8:03 AM, Victor Bombi wrote: > Hello, > > this is related to something we talked before in the list. > > In order to require"wx" from two diferent lanes in luaLanes I modified > luamodule.cpp: > instead of static wxLuaState s_wxlState; I have wxLuaState* s_wxlState = > n