> is it possible to call C++ code from C without some sort of wrapper? Possible yes, if the C++ code is fairly simple. Portable, I suspect not. I think we discussed providing extern "C" {} wrapper code for this at the last bind10 all-hands. eh