I am trying to use SQLite.NET dowloaded from
http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/1.0.66.0/SQLite-1.0.66.0-binaries.zip/download?use_mirror=nchc
in an application running on MIPS device , and sure have made all files correctly deployed, but always getting the error "Can't find PInvoke DLL 'SQLite.Interop.066.DLL'".
I suspect a 'SQLite.Interop.066.DLL' for MIPS must be complied for that use, isn't it?
Is there any other solution ?
I compile the DLL's for ARM for WinCE devices. To compile for another cpu, you'll have to build from the sources.