When trying to port my application from Code::Blocks(windows version) to Visual Studio 10, I am getting some error, similar to the one below: 1>my_sqlite3.obj : error LNK2019: unresolved external symbol _sqlite3_prepare_v2 referenced in function "public: bool __thiscall mySQLite3::notExist(class Glib::ustring const &)" (?notExist@mySQLite3@jme@@QAE_NABVustring@Glib@@@Z)
I was hoping someone here might have gone through the same experience and might be able to help resolve this issue. TIA This e-mail is for the sole use of the intended recipient and may contain confidential or privileged information. Unauthorized use of its contents is prohibited. If you have received this e-mail in error, please notify sender immediately via return e-mail and then delete the original e-mail. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

