SQLite Forum

Version 3.32.1 Compilation Failures
Login
Hello,
We've been using SQLite with SEE extensions for many years now and upgrade to the latest version for each release of our product. We've never run into any build problems until we tried to build 3.32.1.
The first sign of trouble was missing identifiers:
sqlite3_key
sqlite3_rekey
I thought they may have mistakenly been left out of the sqlite.h file so I moved them into that file and was able to compile.
However, other projects in the solution which consume the library failed to find functions:
sqlite3PagerSetCodec
sqlite3PagerCodec
sqlite3PagerState

I've retried a few times with fresh source code, but get the same errors every time. I reviewed the release notes but do not see any indication of a redesign or rearranging of these source files.
Can anyone help me to understand what might be wrong and how I can correct it?

Thank you!


Format:
Amalgamation

Platform:
Windows 10

Tool Chain:
Visual Studio 2005