I'm trying to combine SQLite3 with SDK to create a database managing plugin!
I'm using the SQLite.org (source) and a C++ wrapper.. but when compiling I get an "unresolved external" error!!
the wrapper I'm using is SQLwxx, but this happens with all wrappers so I think it has nothing to do with the wrapper and it is a problem on the SDK configuration!! Thank you in advance