On Tue, 24 Dec 2019 at 23:58, Warren Young <war...@etr-usa.com> wrote:

> On Dec 24, 2019, at 12:32 PM, Max Vlasov <max.vla...@gmail.com> wrote:
> >
> > I didn't mention it was for sqlite
> > static compiling with Delphi 32 bit, that supports (also quite old) OMF
> > static libraries format
>
> Would it be out of the question to compile SQLite to a DLL?  Then you can
> use any Windows C compiler.  You might even be able to start using the
> pre-built DLL shipped from sqlite.org.
>
>
Absolutely. I even had a dll coming along the obj binary and sometimes used
it in a program instead of static one. I might as well completely migrate
to dynamic linking. I just wonder how long sqlite made do without requiring
64-bit integer arithmetic from the compiler/cpu and mostly still does.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to