Hi Robert,
I am searching a way to compile my C# software in an universal build (Any CPU). Compiling and releasing two versions of my app is quite boring and should be avoid with managed code.
At runtime, my app should be capable to switch on 32 or 64 bits native librairies.
The component SevenZipShrap (http://www.codeplex.com/sevenzipsharp) use a such system:
"SevenZipSharp requires a 7-zip native library to function. You can
specify the path to a 7-zip dll (7z.dll, 7za.dll, etc.) in
LibraryManager.cs at compile time, your app.config or via
SetLibraryPath() method at runtime. <Path to SevenZipSharp.dll> +
"7z.dll" is the default path. For 64-bit systems, you must use the
64-bit versions of those libraries."
What do you think about a comparable mechanism for SQLite?
Thanks a lot for your SQLite provider.
Best regards
Cyber Sinh