Re: [sqlite] building sqlite.lib

2006-09-19 Thread Matthew Veenstra
September 11, 2006 7:19 PM To: sqlite-users@sqlite.org Subject: [sqlite] building sqlite.lib Hi. I'm trying to use sqlite with VC++ 2005, I downloaded the sqlitedll-3_3_7.zip but it seems I need a .lib file as well. Does anyone know where I can get one? After reading some messages here, I

RE: [sqlite] building sqlite.lib

2006-09-12 Thread Denis Povshedny
Original Message- From: Richard Stern [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:53 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] building sqlite.lib > Download the source with the .DEF file, then run: > > LIB /DEF:sqlite.def > > That will make a

Re: [sqlite] building sqlite.lib

2006-09-12 Thread Cory Nelson
Look in the start menu, you want the Visual Studio Command Prompt. On 9/12/06, Richard Stern <[EMAIL PROTECTED]> wrote: > Download the source with the .DEF file, then run: > > LIB /DEF:sqlite.def > > That will make a lib file. Pardon my ignorance, but run how? What sort of command is that? I t

RE: [sqlite] building sqlite.lib

2006-09-12 Thread Richard Stern
> Download the source with the .DEF file, then run: > > LIB /DEF:sqlite.def > > That will make a lib file. Pardon my ignorance, but run how? What sort of command is that? I tried in the dos shell that obviously didn't work, oh I'm running win XP if that makes a difference. Where do I run this

RE: [sqlite] building sqlite.lib

2006-09-11 Thread Robert Simpson
> To: sqlite-users@sqlite.org > Subject: [sqlite] building sqlite.lib > > Hi. > > I'm trying to use sqlite with VC++ 2005, I downloaded the > sqlitedll-3_3_7.zip but it seems I need a .lib file as well. > > Does anyone know where I can get one? > > Afte

[sqlite] building sqlite.lib

2006-09-11 Thread Richard Stern
Hi. I'm trying to use sqlite with VC++ 2005, I downloaded the sqlitedll-3_3_7.zip but it seems I need a .lib file as well. Does anyone know where I can get one? After reading some messages here, I tried building the source as a .dll project but all I got was the .dll it didn't make a .lib I'm s