[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]>