I am calling now this:

        [DllImport("sqlite3.dll", CharSet = CharSet.Unicode)]        
        internal static extern System.Int64 sqlite3_open16(string filename, out 
IntPtr handle); 

I now finds an entry point, but i returned to the previous error:
An attempt was made to read program in invalid format.

But now everything is 64bit.

Ti Ny

> From: [EMAIL PROTECTED]
> To: sqlite-users@sqlite.org
> Date: Thu, 27 Nov 2008 16:37:13 +0100
> Subject: Re: [sqlite] sqlite3_open16 fails on Windows Vista 64b
> 
> 
> New version of DW fixed that. The entry point is not present. All is built in 
> 64bit but there seems to ne no entry point, no functions etc. Everything 
> fails to load.
> I compile sqlite3.c
> 
> Ti Ny
> 
> > Date: Wed, 26 Nov 2008 16:54:56 -0500
> > From: [EMAIL PROTECTED]
> > To: sqlite-users@sqlite.org
> > Subject: Re: [sqlite] sqlite3_open16 fails on Windows Vista 64b
> > 
> > On Wed, Nov 26, 2008 at 11:23 AM, Ti Ny <[EMAIL PROTECTED]> wrote:
> > > Dependency walker fails to load that DLL. Also it reports mess between 
> > > dependencies (x86 vs. x64), don't understand why when it
> > > has been compiled as target x64.
> > 
> > If it fails to load, where is this "mess" at?
> > -- 
> > Joel Lucsy
> > "The dinosaurs became extinct because they didn't have a space
> > program." -- Larry Niven
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
> _________________________________________________________________
> Explore the seven wonders of the world
> http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&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