Mason, Philip wrote:
>
> Looks like I have to flip the switch in SQLite.NET.Settings.targets
> and SQLite.Interop.20XX.[vs]props to enable the functionality.  Is
> this correct?
>

Yes, the InteropLegacyClose MSBuild property in the
"SQLite.NET.Settings.targets"
file needs to be set to "true" and the define "INTEROP_LEGACY_CLOSE=1;"
needs to
be added to the INTEROP_EXTRA_DEFINES property in the
SQLite.Interop.20XX.[vs]props
file for the version of Visual Studio being used.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to