SQLite.Net-PCL icon indicating copy to clipboard operation
SQLite.Net-PCL copied to clipboard

Using nativeInteropSearchPath with SQLite.Interop.dll embedded resource

Open julesx opened this issue 8 years ago • 0 comments

The SQLitePlatformWin32 constructor allows for a nativeInteropSearchPath.

I followed this guide to merge my SQLite.Interop.dll https://idmedia.no/general/including-sqlite-interop-dll-into-your-c-project/

How can I tell this constructor to use the embedded resource? From what I can see, it only allows for a physical file path which won't work in my instance.

Is there any way to achieve this?

julesx avatar Aug 24 '17 18:08 julesx