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 <sqlite-UOTv/rETWm04Q++***@public.gmane.org>
To: 'General Discussion of SQLite Database' <sqlite-users-CzDROfG0BjIdnm+***@public.gmane.org>
Sent: Saturday, November 24, 2012 4:00 PM
Subject: Re: [sqlite] SQLite for WinCE
Post by Brian WheatleyWhat 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.
Post by Brian WheatleyIf 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.
Post by Brian WheatleyDoes the source code amalgamation need to be recompiled?
The necessary project files are included with System.Data.SQLite.
--
Joe Mistachkin