lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Will this still work in 5.1? I mean -- will the redirection of "_ALERT" to a
> C-call still catch run-time error messages.

No. _ALERT will be removed in 5.1. Use lua_cpcall like lua.c.
--lhf