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
y, July 12, 2005 3:16 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working Which version of VC++ do you have? I'm using VS.NET 2003. In any case, it isn't diffcult. You can download the "pre-processed" source for Windows from sql

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

2005-07-12 Thread Bob Dankert
] sqlite 3.x and Win Server 2003 SP1 not working Yeah, :) I just found those. Don't quite have it hooked in yet. But we shall see. I spoke with MS, they are saying that what is happening with the gcc gened dll is that when the dll loads it has to get relocated, when the dll tables get fixed up

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

2005-07-12 Thread Derek Shaw
Sent: Tuesday, July 12, 2005 4:01 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working I followed these instructions for VS 2003 http://www.sqlite.org/cvstrac/wiki?p=HowToCompileWithVsNet Bob Envision Information Technologies Associate [EMAIL PROTECT

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

2005-07-12 Thread Bob Dankert
, 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 figure out if the preprocessed files might get in the way of the dll config. But perhaps not. I am using VS.NET 2003. I'll le

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

2005-07-12 Thread Derek Shaw
ECTED] Sent: Tuesday, July 12, 2005 3:16 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working Which version of VC++ do you have? I'm using VS.NET 2003. In any case, it isn't diffcult. You can download the "pre-processed" source fo

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

2005-07-12 Thread Tim McDaniel
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] > Sent: Tuesday, July 12, 2005 5:01 PM > To: sqlite-users@sqlite.org > Subject: RE: [sqlite] sqlite 3.x and Win Server

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

2005-07-12 Thread Derek Shaw
12, 2005 2:54 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working > -Original Message- > From: D. Richard Hipp [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 12, 2005 1:20 PM > To: sqlite-users@sqlite.org > Subject: Re: [sql

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

2005-07-12 Thread Tim McDaniel
> -Original Message- > From: D. Richard Hipp [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 12, 2005 1:20 PM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] sqlite 3.x and Win Server 2003 SP1 not working > > On Tue, 2005-07-12 at 11:01 -0700, Derek Sha

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

2005-07-12 Thread D. Richard Hipp
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 <[EMAIL PROTECTED]>

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

2005-07-12 Thread Derek Shaw
Hi There, After quite a bit of work and the involvement of Microsoft (tunneling through support) I have been told that the problem with our product is that SQLite 3 relocates 2 addresses out of its memory bounds when it loads. Windows 2003 Server SP1 now requires dll's to relocate. The bad addr