Stephen Chrzanowski wrote:
> Ever since I found SQLite3 and a decent wrapper that does exactly what I've
> needed it to do, I've ALWAYS wanted to do a direct port of the Amalgamation
> into a Delphi/Pascal unit so I can just include it and have the
> functionality built in, period, built by the Pascal engine.  However, when
> I last looked at the Amalgamation source code, it was 4 meg in size.  It'd
> take me a while.... :]

Delphi can directly link to .obj files created by the Borland C compiler.
(And BCC 5.5.1 is free.)  See this thread:
http://sqlite.1065341.n5.nabble.com/latest-sqlite-3-with-Delphi-5-professional-td73388.html


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to