"David Fang" wrote: > So this means I should be able to stop the dynwind from > plowing through any pure C++ function, in theory, right?
Yes. > (I'm still itching to upgrade the libguile API for C++, > if I only had the time to futz with it...) IMHO this is possible only by wrapping libguile with a C++ library. And even in this case mixing the two dynwinds is troublesome. I am not a C++ programmer, but maybe using object functions to invoke the Guile/C API and wrapping them in scm_dynwind_begin/end... -- Marco Maggi _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
