SQLite Forum

SQLite3 Extension
Login
>You want to be producing a DLL, not an executable. 

I did that. I receive this message on loading the extension:
 
> Error: The specified procedure could not be found.

Note <b>procedure</b> and not <b>module</b> as the error usually is!

I compiled with these files <i>without any modifications</i>:

```
extension-functions.c
sqlite3.h
sqlite3ext.h
```

I am still missing something - what?