Re: [wxlua-users] Modification to wxlstate.cpp

2010-08-23 Thread AndreArpin
AndreArpin writes: > > The following changes allow Lua programs to use the ... construct instead of > using the obsolete arg variable. > int wxLuaState::RunFile(const wxString &filename, int nresults) { lua_State* L = M_WXLSTATEDATA->m_lua_State; wxCHECK_MSG(Ok(), LUA_ERRRUN, wxT("

Re: [wxlua-users] Modification to wxlstate.cpp

2010-08-23 Thread AndreArpin
AndreArpin writes: > > The following changes allow Lua programs to use the ... construct instead of > using the obsolete arg variable. > The proposed change do not imitate the lua code I will have to think about it. I have been to hasty. Andre -

[wxlua-users] wxWidgets 2.9 support

2010-08-23 Thread Leslie Newell
Hi, Can wxLua be built with wxWidgets 2.9? If not are there any plans to support 2.9? Les -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.n

Re: [wxlua-users] Modification to wxlstate.cpp

2010-08-23 Thread AndreArpin
AndreArpin writes: > The following change increase the compatibility between wxlua and lua > ... I also remove arg[0] which is the path of the current running program which is not good. So I renege on this one. Andre