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

2011-10-04 Thread Marc Henrickson
I copied those dll files to my folder and still get the same error. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Monday, October 03, 2011 4:14 PM To: 'General Discussion of SQLite Database' Subject:

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

[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

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