On Nov 13, 2017, at 3:26 PM, Stephen Chrzanowski <pontia...@gmail.com> wrote:
> 
> I'm not using a C compiler.

This article appears to sort that out:

    http://rvelthuis.de/articles/articles-cobjs.html

Basically, you download the free CLI-only version of the C++Builder Berlin 
compiler, build sqlite3.c to sqlite3.obj — possibly along with other C code of 
your own, plus extensions — and then link that into your Delphi project using 
the instructions provided.

Then no worries about random DLLs floating around.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to