[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: SWIG, C++ Exceptions, and Lua
- From: Joey Mukherjee <joey@...>
- Date: Wed, 5 Mar 2008 08:54:44 -0600
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