Hello,

I've downloaded the source code for 1.0.82.0 of System.Data.SQLite and 
everything compiles without error (thankfully).

After compiling there's a SQLite.Interop.082.dll file in the folder labeled 
"Pocket PC2003 (ARMV4)".


Do I need to change the solution platform to the appropriate device before 
compiling? Or just leave it at mixed?

Also, there's no Interop file in the Win32 debug folder. When I try to run a PC 
application using the System.Data.SQLite.dll in the bin\2008\Debug\bin folder 
it throws an exception that SQLite.Interop.dll could not be found.

Thank you,
Brian Wheatley



________________________________
 From: Joe Mistachkin <sql...@mistachkin.com>
To: 'General Discussion of SQLite Database' <sqlite-users@sqlite.org> 
Sent: Saturday, November 24, 2012 4:00 PM
Subject: Re: [sqlite] SQLite for WinCE
 

Brian Wheatley wrote:
> 
> What I would like to know is: can SQLite be used in applications written
> using the .NET Compact Framework 2.0 on a Windows Embedded CE 6.0 device?
> 

Yes, SQLite is supported on Windows CE and System.Data.SQLite helps support
the .NET Compact Framework 2.0.

> 
> If so, what steps are necessary?
> 

1. Get the "PocketPC" binaries (or source code) for System.Data.SQLite,
from:

https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

2. Extract (or copy) the binaries into a directory like "Externals" inside
   your project.

3. Add a reference to the System.Data.SQLite assembly.

4. Make sure that the SQLite.Interop.0XX.dll gets copied to the build output
   and deployment directories.

>
> Does the source code amalgamation need to be recompiled?
>

The necessary project files are included with System.Data.SQLite.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to