I've tried with just the one .h, it's the same result for both.

On Fri, Apr 5, 2013 at 4:52 PM, Kevin Martin <ke...@khn.org.uk> wrote:

>
> On 5 Apr 2013, at 14:12, Rob Collie wrote:
>
> > I'm pretty much just including sqlite3.h, sqlite3ext.h, sqlite3.c in a
> C++
> > project and compiling it as a static lib.
>
> I don't really know anything about Windows, but this looks a bit different
> to how I do it on Linux. I think you should only include one of sqlite.h
> and sqlite3ext.h, depending whether the code is being built as part of an
> sqlite extension. I'm not sure if including both may have some strange
> effects.
>
> Thanks,
> Kevin
> _______________________________________________
> 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