I'm trying to write a wrapper for .net, and I'm en...
# general
t
I'm trying to write a wrapper for .net, and I'm encountering a strange bug: I wrote C-style wrappers and p/invoked them. I compiled the same code as an exe and a dll. When I run a query through the .exe, it runs perfectly, but when I compile the same code and p/invoke it, sqlite_step returns 101 right away. What's this behavior due to ? Should I attach repro code ?