|
Hi Ariel,
Attached is a patch for tolua++ that enables try / catch hooks in tolua++
(It also corrects one bug when using casts with templates).
Also attached is an example of hook file. It will envelope every function
call made by tolua++ ina a try / catch block that converts the exception to
a lua error.