RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working

2005-07-13 Thread Derek Shaw
In case anyone ever runs into this I have a solution. The problem stemmed from using the gcc build Win32 dll as a starting point. I had then used LIB /DEF to generate a .lib that I linked against. As it turns out there is some kind of problem (either in the lib or in the dll) that causes it to not

RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working

2005-07-13 Thread Derek Shaw
ite.org. Create a dll project, and add the source files, including sqlite3.def, and excluding shell.c. I specify the NO_TCL macro to omit any TCL related stuff, but I don't remember if that is essential. > -----Original Message- > From: Derek Shaw [mailto:[EMAIL PROTECTED] &g

RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working

2005-07-12 Thread Derek Shaw
ED] v. 608.256.5680 f. 608.256.3780 -Original Message- From: Derek Shaw [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 5:22 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working Peerrrfect. I will give that a shot, I was trying to figur

RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working

2005-07-12 Thread Derek Shaw
r Windows from sqlite.org. Create a dll project, and add the source files, including sqlite3.def, and excluding shell.c. I specify the NO_TCL macro to omit any TCL related stuff, but I don't remember if that is essential. > -----Original Message- > From: Derek Shaw [mailto:[EMAIL

RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working

2005-07-12 Thread Derek Shaw
ite] sqlite 3.x and Win Server 2003 SP1 not working > > On Tue, 2005-07-12 at 11:01 -0700, Derek Shaw wrote: > > SQLite 3 relocates 2 addresses out of its memory bounds > when it loads. > > Can you explan in more detail what this means? > -- > D. Richard Hipp <

[sqlite] sqlite 3.x and Win Server 2003 SP1 not working

2005-07-12 Thread Derek Shaw
have any of the correct tools needed to build. We were just using the pre-built binaries for win32. Thanks, Derek Shaw [EMAIL PROTECTED]