Skip to content

Commit 836acf8

Browse files
committed
Update README.md
1 parent 6724156 commit 836acf8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ public sealed class TestObject : IEquatable<TestObject>
223223
}
224224
```
225225

226+
# I keep on getting crashes due to EntryPointNotFoundExceptions
227+
228+
SQLite has continued to have active developement over the past few years. Unfortunately both Apple and Google aren't paying attention and have continued to ship ancient versions. SQLitePCL.raw includes optional DLLs that can be included in your application that also include a statically linked recent version of SQLite. You should use these instead, as SQLitePCL.pretty is dependent upon many modern SQLite features.
229+
226230
# How does this compare to...
227231
## [SQLitePCL.raw](https://github.com/ericsink/SQLitePCL.raw)
228232

0 commit comments

Comments
 (0)