PS: > Bill Allombert wrote: > When you allow to compile C files with a C++ compiler, it is customary to use > extern "C", otherwise you ABI depend on the compiler.
It probably does, but for us that's not relevant since we compile everything with GCC anyway. Frank