Joe,

I can't seem to build the Interop.SQLite.dll files ("build.bat
ReleaseNativeOnly Win32" fails due to a missing stdarg.h file). 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'." I assume something changed in SQLite.Interop.dll
between the version you provided and the one I'm so I THINK everything is
fine.

Eric


On Sat, Feb 1, 2014 at 4:27 PM, Joe Mistachkin <sql...@mistachkin.com>wrote:

>
> Eric Schultz wrote:
> >
> > One thing I did notice when debugging is that on these copied assemblies,
> > the Assembly.CodeBase property has the original location of the Assembly
> > before running.
> >
>
> I've added code to the native library pre-loader to attempt to handle using
> the code base of the assembly (via automatic detection):
>
>         https://system.data.sqlite.org/index.html/ci/5ef906e34a
>
> Can you please try these changes in your environment and let us know if
> they
> work for you?
>
> --
> Joe Mistachkin
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
--------
Eric Schultz, Developer Advocate, Outercurve Foundation
http://www.outercurve.org
eschu...@outercurve.org
cell: 920-539-0404
skype: ericschultzwi
@EricOutercurve
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to