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
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