ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
525 stars 109 forks source link

Investigate compatibility with certain Windows versions #309

Closed ericsink closed 2 years ago

ericsink commented 4 years ago

A small update on this: The latest version seems to be incompatible with Windows version 1709 and 1803 (haven't tested 1809 yet). I've been using an Azure VM to test these for older version incompatibilities.

Ref for Windows versions: https://en.wikipedia.org/wiki/Windows_10_version_history

It appears to immediately crash upon release build, however using Microsoft.Data.Sqlite 2.2.6 and winsqlite3 1.1.14 in a sample app succeeds in the release builds and runs (on version 1709).

Enabling native debugger gives a slightly nicer debug error, which is Entry Point not found. Aside from this, the debugger fails to attach itself to the exe as it crashes instantly.

Originally posted by @Dacarnix in https://github.com/ericsink/SQLitePCL.raw/issues/298#issuecomment-539080781

ericsink commented 2 years ago

Closing old/stale issue.