I am trying to build 64bit version of SQLite on Windows Vista, but I am facing 
some severe troubles with it. 
It seems I am unable to get it to work - I have 64bit build and if I try to 
invoke some function it fails that
module cannot be found. I assume there are some missing dependencies, however 
using dependency walker
it seems all of them are there. Even it shows x86 dependencies, but I assume 
WOW64 should handle it.

Is it even possible to compile 64bit version of SQLite with the current source 
files? I do not want to try if
my head is stronger than a wall ;-) Thanks.

Ti Ny.

> Date: Wed, 26 Nov 2008 01:04:46 +0100
> From: [EMAIL PROTECTED]
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] sqlite3_open16 fails on Windows Vista 64b
> 
> That'd happen if you use the 32bit DLL with 64bit application... F.
> 
> On Tue, Nov 25, 2008 at 1:59 PM, Ti Ny <[EMAIL PROTECTED]> wrote:
> >
> > I am getting an exception: An attempt was made to load a program with a 
> > incorrect format. (HRESULT: 0x8007000B) when I am trying to use 
> > sqlite3_open16 on Windows Vista 64b. On 32b or XP 32bit it works correctly.


_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to