[Mono-list] Per-Application dll mapping
Thomas Zoechling
thomas.zoechling@gmx.at
Sun, 30 Jan 2005 15:29:12 +0100
I have a small Application that uses sqlite. Can i configure the exe
that it uses a local copy of sqlite-3.x.x.so, with an app.config file?
Because i want to keep the installation easy and dont want the user to
have sqlite-devel installed.
What i tried already in the config file:
<configuration>
<dllmap dll="sqlite" target="sqlite-3.0.8.so" />
</configuration>
^^sqlite-3.0.8.so is in the same dir as the application