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)
Previous text:
2004-07-15 12:29: Subject: Glue for C++ libs
Thank you. So there shouldn't be any big problems writing a glue then, as long as I do extern "C" in the correct places and try to ensure that no exceptions are left unhandled...
/ Marcus Agehall (nu med semester)