How to integrate C++ function that can throw the MyException in swig interface file
- by Ashish
Hi,
I am new to swig,using swig for integrating c++ code to Perl,I have c++ function like
void s() throw MyException.
How i can integrate the c++ function that can throw the MyException in the swig interface file.How i can called the c++ function in Perl.
Any Help in this regard is highly appreciated.