SQLite Forum

How to get sqlite3.o 32bit
Login
Hi.
I wrote a C ++ program that uses sqlite3 functions.
I used a devC ++ IDE.
I have successfully obtained a 64-bit version of my program. But I have the problem with 32 bits. Because the linker tells me that sqlite3.o is not fair to get a 32 bit version. How do I get a 32bit version of sqlite3.o?