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

2014-10-28 Thread Victor Bombi
imposible task also. what a pitty!! thanks victor - Original Message - From: John Labenski To: wxlua-users@lists.sourceforge.net Sent: Monday, October 27, 2014 9:44 PM Subject: Re: [wxlua-users] using wx in two lanes On Mon, Oct 27, 2014 at 8:03 AM, Victor Bombi wrote

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

[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