[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C++ exceptions not really supported?
- From: Colin <share-lua@...>
- Date: Mon, 22 Oct 2007 10:34:12 +0200
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