lua-users home
lua-l archive

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


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