I have written a wrapper for a C++ library. The easiest way was to just write it and stop worrying about it. No interface library is needed.
/ Per Hedbor ()
Previous text:
2004-07-15 13:03: Subject: Glue for C++ libs
The easiest way to interface with a C++ library, might be to make a glue library which has a plain C interface, and then use that from a C module.
/ Henrik Grubbström (Lysator)