> Hello,
>
> I receive this error:
>
> ZeroLink: unknown symbol '__Z21sqlite3OsFullPathnamePKc'
>
> Why?

name mangling, use:

extern "C" {
#include <sqlite.h>
}

Gerald

Reply via email to