> -----Original Message-----
> From: Peter Siegmund [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, November 05, 2006 6:56 AM
> To: SQLite Mailingliste
> Subject: [sqlite] compile SQLite 3.3.8 for WinCE
> 
> Hi,
> 
> I want to compile SQLite 3.3.8 under VS2005 (for Windows Mobile 5). Is
> there any wiki-page where I can read which files I need or a ready
> solutionfile?

I have all this done for you, ready to go at:

http://sqlite.phxsoftware.com

The project is designed around ADO.NET 2.0, but the native SQLite engine
project is right there with the rest of the source code.  It would be
trivial to load it independently and rename it back to "sqlite3".  I've
added a couple things to the core SQLite codebase (Windows-based encryption
support, better PPC <-> .NET interop calls, etc) but that's about it.

If you don't mind the 100k extra bulk that the built-in ADO.NET 2.0 provider
adds to the core codebase, you can just download the pre-compiled binaries,
built for x86, x64, ia64 and ARM processors.

Robert



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to