I’m trying to use SQLite3 for a project in C++ in Windows. I have already installed sqlite3.h, sqlite3.c, sqlite3.def, sqlite3.dll and sqlite3.exe and imported into my project’ folder.
enter image description here
However, I still have the same problem as before, which is like this:
enter image description here
I’m trying to build those two files myself, but I have no idea how to do it: I tried with this command on the developer command prompt: lib /DEF:sqlite3.def /OUT:sqlite3.lib /MACHINE:x64, for the first error, but it didn’t work.
If someone could help me solving this problem, i’m going to be really grateful because i’m currently freaking out.
Francesco Ardizzoni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3