Re: [sqlite] Searching for the sqlite3 struct to use with asm

2006-07-14 Thread drh
[EMAIL PROTECTED] wrote:
> Hi at all, I wanna use sqlite3 with masm but i could not found the
> sqlite3 struct. I only found typedef struct sqlite3 sqlite3; in
> sqlit3.h. Can someone help me?

struct sqlite3 is an opaque structure.  Treat it like a void*.
--
D. Richard Hipp   <[EMAIL PROTECTED]>



[sqlite] Searching for the sqlite3 struct to use with asm

2006-07-14 Thread cusdom

Hi at all, I wanna use sqlite3 with masm but i could not found the
sqlite3 struct. I only found typedef struct sqlite3 sqlite3; in
sqlit3.h. Can someone help me?
Greetings, cusDom