SQLite Forum

Using sqlite3_load_extension on windows
Login
Try either of these fixes:

1. Rename your entry point to have only lower case.

2. In your sqlite3_load_extension call, provide the entry point you have.