SQLite User Forum

System.Data.SQLite v1.0.119.0
Login

System.Data.SQLite v1.0.119.0

(1.3) By Aask (AAsk1902) on 2024-08-20 15:50:18 edited from 1.2 [source]

I built from Leaf check-in: 277ae21bf1

All is well:

  1. The properties of the DLL I'm using shows the version as v1.0.119.0
  2. Using the DLL and executing select sqlite_version(); returns 3.46.1 which is 12 releases later than version 3.42 used in v1.0.118.0..

However, there is a recurring compile-time warning:

LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library

I assume that this is nothing to worry about. Correct?