On 8 Apr 2013 at 14:11, Holger Joukl wrote: > > I have found a couple of references. > > http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html (see static-libgcc) > > http://gcc.gnu.org/wiki/Visibility > > Thanks, I'll need to look into these.
I wrote the second one. Really not sure how that helps you. Look into capturing the exception before it enters the C code using std::exception_ptr, and then rethrowing it on reentry to C++. If you don't have C++11 in your C++, Boost provides an okay partial implementation of C++11 exception support. Niall -- Any opinions or advice expressed here do NOT reflect those of my employer BlackBerry Inc. Work Portfolio: http://careers.stackoverflow.com/nialldouglas/
SMime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig