03/13/2016 07:19 PM, Torleif Haug?deg?rd ?????: > I unpacked libnusqlite3-1.6-34f278da-win32.zip and get libnusqlite3.dll > When I try to load it as extension there is a question "Select entry point". > Sorry, need more help. >
Try to set sqlite3_nunicode_init as entry point (reference: https://bitbucket.org/alekseyt/nunicode/src/master/sqlite3/samples/loadextension.c). Does that help? This entry point issue is now on my list of things to fix, it's going to be fixed in next commits.