lua-users home
lua-l archive

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



I was searching the list about C++ exceptions and Lua and found lots of different methods for adding C++ exception support to support home- grown binding and toLua++. However, there is nothing for SWIG.

Is it possible to make SWIG and Lua work well with C++ exceptions? If so, what is the best way?

Really, the only thing I need is for Lua to not swallow my exceptions and allow the exception to pass through to main program.

Thanks!

Joey