On 3/25/07, stripe <[EMAIL PROTECTED]> wrote:
using sqlite version 3.3.13.
... extern "C" { #include <sqlite3.h> } ...
doesn't help :(
Well, that seems like a compiler problem, not a SQLite related one.
For some reason the compiler is treating the SQLite header file as C++
code, when it should be treating it as C code (which it seems to do by
changing the source file extension).
As I don't use that compiler can't say more about it..
Hope you can find a workaround,
~Nuno Lucas
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------