lua-users home
lua-l archive

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


On Mon, Oct 22, 2007 at 02:05:24PM +0800, Zhou Wei Di wrote:
> The problem you said is much like what I asked before. Here is my solution
> for it. It is based on one point: you can always use lua_error() if you get
> an error in a C function.

Ok, I get it ... thanks for this snippet, it just gave me an idea on how I 
might be able to "simulate" just enough exception "flying through" as I need
for my application.

Regards, Colin