tedius

Joined: Fri Apr 08, 2005 4:20 pm Posts: 83 Location: Cambridge, England
|
Posted: Thu Nov 03, 2005 3:26 pm Post subject: Mono and sqlite |
|
|
I'm writeing a small database program in mono using sqlite.
So far I am makeing good progress, the problem that I'm having is that I want my program to run on Linux and Win boxes. Linux there is no problem but with win I run the program and am told it cannot find libsqlite3.so.0.
If I rename the dll it works fine. My question is, is this they way it should work or should mono on win look for dlls, just like java does with jni?
Thanks |
|