Thank you for your assistance, all functions very well thanks to you!
I had to add:
extern "C" {
#include "os.h"
}
Excuse me if I have a little difficulties of
understanding, I am newbie with Sqlite.
Yours sincerely,
Denis Lurkin.
> I tested with:
>
> extern "C"
> {
> #include
> }
>
> but I always have the following error:
>
> ZeroLink: unknown symbol '__Z21sqlite3OsFullPathnamePKc'
>
> What to make?
I have expected that the definition is in sqlite3.h, what is not
the case. Try it with "os.h".
Anway, I believe that alread
> I added:
>
> extern "C"
> {
> #include
> }
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"
> {
> #
I added:
extern "C"
{
#include
}
and I have a problem of compilation:
sqlite.h: No such file or directory
I tested with:
extern "C"
{
#include
}
but I always have the following error:
ZeroLink: unknown symbol '__Z21sqlite3OsFullPathnamePKc'
What to make?
Thank you.
Denis Lurkin.
> Hello,
>
> I receive this error:
>
> ZeroLink: unknown symbol '__Z21sqlite3OsFullPathnamePKc'
>
> Why?
name mangling, use:
extern "C" {
#include
}
Gerald
5 matches
Mail list logo