Eric Schultz wrote:
>
> I can't seem to build the Interop.SQLite.dll files ("build.bat
> ReleaseNativeOnly Win32" fails due to a missing stdarg.h file).
>

What version of Visual Studio and/or MSBuild are you using?  Are you
able to build other MSVC projects in your environment?

Anyhow, I've created a private build that you can use to test all the
changes, here (this is actually the 1.0.91.0 beta):

https://system.data.sqlite.org/temporary/System.Data.SQLite.v91.beta.zip

>
> That said, using the previous Interop.SQLite.dll files, I no longer
> get a DLLNotFoundException but an  'EntryPointNotFoundException' with
> the message of "Unable to find an entry point named
> 'sqlite3_config_log_interop' in DLL 'SQLite.Interop.dll'."
>

You should not receive this error.  Perhaps you are using a version of
the interop assembly that is several releases out-of-date (i.e. that
would explain the missing export)?

>
> I assume something changed in SQLite.Interop.dll between the version
> you provided and the one I'm so I THINK everything is fine.
>

Depending on exactly how old your SQLite interop assembly is, many
things may have changed.  There has been some fairly major feature work
in the last couple releases.

--
Joe Mistachkin
 

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

Reply via email to