> I added:
>
> extern "C"
> {
> #include <sqlite.h>
> }
I wrote this in the moment when the loudspeakers at the walls
told us all to leave the building, because of a technical problem.
> and I have a problem of compilation:
>
> sqlite.h: No such file or directory
>
>
> I tested with:
>
> extern "C"
> {
> #include <sqlite3.h>
> }
So there is no need to complain because of an obvious mistake.
Gerald

