Re: [sqlite] how to compile SQlite 3.3.18 in visual studio 2008 ?

2009-09-22 Thread Teg
Hello Atul_Vaidya, Tuesday, September 22, 2009, 7:08:29 AM, you wrote: A> Hi, A>I want a statically linked SQlite Library connected to my application.I A> am using Visual Studio 2008.I created my own version using the three files A> as sqlite3.h,sqlite3.c and sqlite3ext.h.It does creates a Li

[sqlite] how to compile SQlite 3.3.18 in visual studio 2008 ?

2009-09-22 Thread Atul_Vaidya
Hi, I want a statically linked SQlite Library connected to my application.I am using Visual Studio 2008.I created my own version using the three files as sqlite3.h,sqlite3.c and sqlite3ext.h.It does creates a Lib file,and i am getting it linked in to my application, however when i try to make a