|
|
||
|
Greetings,
What I do is with VCn
And how do you handle that exception in your scripts? (I meant lua code :))
#define LUAI_TRY(L,c,a) \
try { a } catch (lua_exception &e) \
{ (c)->status = e.get_status();if ((c)->status == 0) (c)->status =
-1; } \
Is this code passing exceptions to lua?