Re: [sqlite] unresolved external symbol

2008-07-01 Thread Teg
Hello Mauricio, Tuesday, July 1, 2008, 3:43:16 PM, you wrote: MC> Hi list. MC> I'm currently making modifications to a project, and want to add SQLite3 to MC> it. MC> I'm using VS6, have the sqlite3.h and sqlite3.c in the same directory, and MC> this is the code: MC> #include "sqlite3.h" MC>

[sqlite] unresolved external symbol

2008-07-01 Thread Mauricio Camayo
Hi list. I'm currently making modifications to a project, and want to add SQLite3 to it. I'm using VS6, have the sqlite3.h and sqlite3.c in the same directory, and this is the code: #include "sqlite3.h" bool TestSQLite() { sqlite3 *db; int rc; rc =

[sqlite] unresolved external symbol

2008-06-30 Thread Mauricio Camayo
Hi list. I'm currently making modifications to a project, and want to add SQLite3 to it. I'm using VS6, have the sqlite3.h and sqlite3.c in the same directory, and this is the code: #include "sqlite3.h" bool TestSQLite() { sqlite3 *db; int rc; rc =

Re: [sqlite] unresolved external symbol _TryEnterCriticalSection

2007-10-20 Thread Mark Wyszomierski
Thanks guys. On 10/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > "Mark Wyszomierski" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm trying to upgrade to the latest version of sqlite (3.5.1) for > > windows. Compiling the sqlite library is fine, but linking to it I > > always get one

Re: [sqlite] unresolved external symbol _TryEnterCriticalSection

2007-10-20 Thread drh
"Mark Wyszomierski" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to upgrade to the latest version of sqlite (3.5.1) for > windows. Compiling the sqlite library is fine, but linking to it I > always get one unresolved symbol: > > unresolved external symbol _TryEnterCriticalSection >

Re: [sqlite] unresolved external symbol _TryEnterCriticalSection

2007-10-20 Thread Hans-Juergen Taenzer
Mark Wyszomierski ([EMAIL PROTECTED]) wrote: > I'm trying to upgrade to the latest version of sqlite (3.5.1) for > windows. Compiling the sqlite library is fine, but linking to it I > always get one unresolved symbol: > unresolved external symbol _TryEnterCriticalSection If you are using

[sqlite] unresolved external symbol _TryEnterCriticalSection

2007-10-20 Thread Mark Wyszomierski
Hi, I'm trying to upgrade to the latest version of sqlite (3.5.1) for windows. Compiling the sqlite library is fine, but linking to it I always get one unresolved symbol: unresolved external symbol _TryEnterCriticalSection There seems to be one entry on it in the archives but I don't