|
Hi there !
I am rather new to Lua and currently trying to integrate Lua into our C++ applications.
Although there are good documentation resources around, I would like to ask two beginner-questions:
- what is the best way to use Lua from C++ (Wrappers, exception-handling, etc)?
- and how may I intercept "exit"-statements in Lua-Script in C++ to prevent my whole application from closing?