What steps will reproduce the problem?
1. Download the code from mercurial.
2. Open the solution: Community.CsharpSqlite.SQLiteClient
3. Change the compiler options for release as stated in the wiki for the
projects: Community.CsharpSqlite.SQLiteClient & Community.CsharpSqlite
TRUE WIN32 _MSC_VER NDEBUG SQLITE_ASCII SQLITE_ENABLE_COLUMN_METADATA
SQLITE_MUTEX_W32 SQLITE_THREADSAFE SQLITE_OMIT_AUTHORIZATION
SQLITE_OMIT_DEPRECATED SQLITE_OMIT_GET_TABLE SQLITE_OMIT_INCRBLOB
SQLITE_OMIT_LOOKASIDE SQLITE_OMIT_SHARED_CACHE SQLITE_OMIT_UTF16
SQLITE_OMIT_WAL VDBE_PROFILE_OFF
What is the expected output? What do you see instead?
I expect to get the binaries for Community.CsharpSqlite.SQLiteClient &
Community.CsharpSqlite but I get a compiler error:
sqlite3DefaultMutex is already defined.
What version of the product are you using? On what operating system?
The last version in the mercurial in win7 x64
Please provide any additional information below.
I want to set the SQLITE_MUTEX_W32 SQLITE_THREADSAFE compiler options because
Im getting errors in my appication if I try to open insert data from differents
threads.
Original issue reported on code.google.com by fcuara...@cmr3.com.mx on 3 Mar 2012 at 4:13
Original issue reported on code.google.com by
fcuara...@cmr3.com.mx
on 3 Mar 2012 at 4:13