>>  Is there a recommended way to run the tests on CE? I created a
>>  VisualStudio project for sqlite3 but ran into some problems:
>>
>>  1) I couldn't see a way to generate sqlite3.h. I ended up using
cygwin
>>  with configure then make to get me sqlite3.h, parse.h, opcodes.h and
>>  keywordhash.h and included those. Should I just inspect the
configure
>>  script to see how these are generated and try and incorporate that
into
>>  a build step in VisualStudio?

> Use the pre-parsed zip files. It should work out of the box.
Thanks for the help Nuno.

I use the amalgamated version in my own application, and it works great,
but Richard was asking for someone to test a version in CVS, so I didn't
think there would be a ZIPed or amalgamated version for that.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to