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

2014-05-09 Thread Joe Mistachkin

Eric Johnston wrote:
>
> 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? 
>

The Windows CE 6.x SDKs that I've seen do not include support for the x86
platform.  Are you aware of one that does?

--
Joe Mistachkin

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


[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 for 
this list show a handful of others also asking about this, but none have any 
responses. The official binary packages come in ARM and x86 flavors for .NET CF 
3.9.

Building for ARM was completely painless and it works on the ARM devices with 
no problems. What I can't seem to do is produce the right 
SQLite.Interop.092.dll for x86. Every Interop library that it depends on that 
I've tried errors out with "Can't find PInvoke DLL 'SQLite.Interop.092.dll'" or 
a version mismatch.

Thank you for any assistance,
Eric
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users