Re: [sqlite] C++ - Sqlite3 and Visual Studio 10

2012-10-08 Thread Arbol One
@sqlite.org Subject: Re: [sqlite] C++ - Sqlite3 and Visual Studio 10 Arbol One wrote: > error LNK2019: unresolved external symbol _sqlite3_prepare_v2 It appears you forgot to include sqlite3.c in your application. Regards, Clemens > This e-mail is for the sole use of the intended recipient a

Re: [sqlite] C++ - Sqlite3 and Visual Studio 10

2012-10-08 Thread Clemens Ladisch
Arbol One wrote: > error LNK2019: unresolved external symbol _sqlite3_prepare_v2 It appears you forgot to include sqlite3.c in your application. Regards, Clemens > This e-mail is for the sole use of the intended recipient and may contain > confidential or privileged information. Unauthorized

[sqlite] C++ - Sqlite3 and Visual Studio 10

2012-10-08 Thread Arbol One
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