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