in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Compile from source: SQLite.Interop dll for Windows Mobile 6

Last post 08-20-2008 6:32 AM by svenrym. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 08-20-2008 6:32 AM

    • svenrym
    • Top 500 Contributor
    • Joined on 08-20-2008
    • Belgium
    • Posts 4

    Compile from source: SQLite.Interop dll for Windows Mobile 6

    I was trying to solve the issue reported here (Can't find an Entry Point 'sqlite3_open_interop' in a PInvoke DLL 'System.Data.SQLite.DLL')  and started to build from source. I noticed that the ARM build is using the x64 build (if my port from VS2008 to VS2005 was correct), so I tried to create the CE build to reporduce (and fix) the problem. The compilation failed because the CreateFileA, DeleteFileA, GetFileAttributesA and LoadLibraryA. After solving this I found the that the issue was reported in SQlite ticket 3296

Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems