> On 11 Mar 2016, at 21:17, Arun Isaac <theroarofthedra...@gmail.com> wrote:
> 
> Hans Åberg <haber...@telia.com> writes:
> 
>> You will have to write it yourself. It has been discussed before on
>> this list [1].
> 
> In one of the messages in the earlier thread, I found a link to
> https://isocpp.org/wiki/faq/mixing-c-and-cpp
> 
> That page gives me some idea of how I can write C wrappers for my C++
> library.

When calling C++ from C, you can’t pass a C++ exception through the C code. So 
in my example code, there are conversions between C++ and Guile exceptions.


Reply via email to