[sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-09-29 Thread Marc Henrickson
I have downloaded the SQLite source code (sqlite-netFx-source-1.0.74.0) as well as the latest ICU libraries (icu4c-4_8-Win32-msvc10). I then build the SQLite projects and run the test.2008 application and it runs fine when SQLITE_ENABLE_ICU is undefined. However, when I do define SQLITE_ENABLE

Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-09-29 Thread Joe Mistachkin
> > System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> > System.TypeInitializationException: The type initializer for 'System.Data.SQLite.SQLiteFactory' threw an exception. ---> > System.DllNotFoundException: Unable to load DLL 'SQLite.Inter

Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-09-29 Thread Marc Henrickson
What I'm looking for is to be able to compile SQLite with ICU enabled and have the test application run at all. I don't necessarily need to debug or run from the IDE. It seems no matter which configuration I use, or which settings I tweak, nothing will work. In order to get the test applica

Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-10-01 Thread Alexey Pechnikov
Yes, on linux host I have a lot of problems in SQLite tests with ICU enabled. 2011/9/30 Marc Henrickson : > I have downloaded the SQLite source code (sqlite-netFx-source-1.0.74.0) as > well as the latest ICU libraries (icu4c-4_8-Win32-msvc10).  I then build the > SQLite projects and run the test

Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-10-02 Thread Joe Mistachkin
Marc Henrickson wrote: > > System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> > System.TypeInitializationException: The type initializer for 'System.Data.SQLite.SQLiteFactory' threw an exception. ---> > System.DllNotFoundException: Unable

Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-10-03 Thread Marc Henrickson
All DLL's are in the same folder. Test.exe SQLite.Interop.DLL System.Data.SQLite.DLL We have tried everything and cannot get this to run with ICU enabled. Is there somewhere I can post my VS project files so someone can look at this? It seems like it should be pretty straightforward, but nothin

Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-10-03 Thread Joe Mistachkin
Your list does not seem to include the ICU DLLs that I mentioned, including: icuuc48.dll icuin48.dll The necessary ICU files can be obtained from the official web site: http://site.icu-project.org/ -- Joe Mistachkin ___ sqlite-users mailing list sql

Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled

2011-10-04 Thread Marc Henrickson
ubject: Re: [sqlite] Problems building/running SQLite test.exe with ICU enabled Your list does not seem to include the ICU DLLs that I mentioned, including: icuuc48.dll icuin48.dll The necessary ICU files can be obtained from the official web site: http://site.icu-project.org/ -- Joe