Thanks for all the advice, I'll use void* pointers for SQLite internal
structures which was my plan B if I couldn't find a declaration to feed
the compiler to calm it.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brown, Daniel
Sent: Monday, August 25, 2008 2:31 PM
To: General Discussion of SQLite Database
Subject: [sqlite] sqlite3_stmt declaration

Good afternoon list,

I'm attempting to wrap SQLite with Managed C++ and I'm getting some
compiler warnings as the compiler/linker is have trouble finding the
declaration of the structure 'sqlite3_stmt', I've tried looking for it
manually but I can't find it either all I can find is a typedef on line
2569 of slite3.h.  This isn't enough to stop the CLR compiler form
complaining, I had a similar warning with the structure 'sqlite3' but
including sqlite3Int.h resolved that warning as the structure is defined
there, however tracking down the header file that defines 'sqlite3_stmt'
seems to be leading no where...

Cheers,

Daniel Brown
"The best laid schemes o' mice an' men, gang aft agley"


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to