SQLite Forum

When will VS 2019 compatible version be released
Login
I assume you're referring to [this][1], which isn't maintained by the SQLite core team. You'll have to contact the author to work out why it's giving the complaint you're seeing.

[SQLite as officially distributed][2] is just C code or executables compiled from that C code.

If the source code doesn't compile on your compiler, then you need to post the errors you get rather than demand compatibility with a given compiler: not only are you not owed support for this free software, most of the time such "incompatibilities" are pilot error, so we've learned to put the burden of proof on the person claiming the incompatibility.

As for the pre-built executables, they are as compatible with VS2019 as any other third-party executable. The DLL build, for example, should link to any VS2019 C or C++ program without complaint. If it doesn't, search this forum for past messages containing the error you're getting: chances of pilot error are high here, too, and you probably aren't the first to have encountered that problem.


[1]: https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite
[2]: https://www.sqlite.org/download.html