Re: [sqlite] System.Data.SQLite on Windows CE x86 with .NET3.5

2014-05-13 Thread Eric Johnston
here ARM wasn't mentioned, e.g. http://system.data.sqlite.org/index.html/artifact/99229e8a9f2b261771735c32de22ae025292c01a . I thought the lack of mentioning ARM meant that x86 was supported. What do you think? /Mattias From: Eric Johnston To: General Discussion of SQLite Databas

Re: [sqlite] System.Data.SQLite on Windows CE x86 with .NET3.5

2014-05-09 Thread Eric Johnston
c. Then I guess it was a conscious decision to drop support for x86 with .NET CF 3.5, becuse I think it has been supported in olver versions of SQLite? Best regards, Mattias From: Eric Johnston To: General Discussion of SQLite Database Date: 2014-05-09 14:43 Subject:R

Re: [sqlite] System.Data.SQLite on Windows CE x86 with .NET3.5

2014-05-09 Thread Eric Johnston
Among the binaries all I see is for .NET Compact Framework 3.9 (the latest from Microsoft, but not supported prior to their collection of operating systems that were released last year, so it doesn't work with WinCE 6). I have compiled for ARM with .NET CF 3.5 in VS2008, but not x86. -- Eric >

[sqlite] Compiling System.Data.SQLite for .NET CF 3.5 (VS2008 & WinCE 6) on x86

2014-05-08 Thread Eric Johnston
The question is: How do I compile System.Data.SQLite for .NET CF 3.5 (VS2008) with a target platform of x86 for the SQLite.Interop.092.dll? I feel as though this should be painfully obvious, but after going through the release build documentation I still can't find a way to do it. The archives f