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. I sorta get the charm of shipping around a single executable, but we invented dynamic linkage decades ago for several good reasons. Separate compilation and linkage by disparate toolchains is one of those reasons. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users