[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C++ exceptions not really supported?
- From: "RJP Computing" <rjpcomputing@...>
- Date: Fri, 19 Oct 2007 16:22:07 -0400
On 10/19/07, Colin <share-lua@think42.com> wrote:
...
Is this analysis correct? Has anybody else worked on making Lua play
well with C++ and its exceptions?
Thanks you, Colin
I work with C++ and Lua and have had nothing but trouble using
exceptions. In fact I have had to make sure that I deal with all
exceptions in a Lua_CFunction. This removes lots of functionality from
the library I am wrapping. I would love to hear discussion on this
topic.
--
Regards,
Ryan
RJP Computing