On Sun, Jun 24, 2012 at 1:04 PM, Bill Pytlovany <b...@billp.com> wrote:

> Can the download page include a distributable version without debug
> information or would this require paid support?
> Anyone else thinks this is a bug?
>

A "bug" is when the software gets the wrong answer.  This is not a bug.

Or, rather, it is not a bug in SQLite.  Possibly it is a bug in your
application.  From the sounds of things, you should be using the amalgamated
source code <http://www.sqlite.org/amalgamation.html> and compiling SQLite
directly into your application code, using whatever compilation options are
important to your application, and not using a DLL.


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to