On 7/19/2011 3:32 AM, szogun1...@interia.pl 
wrote:
> I used NHunspell last week. In my opinion problem with 32 and 64 bit native 
> dll's is solved much better in that project than in SQLite one.
> They have one .Net dll which detects Its environment and imports 32 or 64 
> native dll.

It's quite easy to detect your environment and call the Win32 
LoadLibrary function with the correct interop DLL. In nearly all cases, 
however, you're better off just compiling as a 32bit assembly and using 
the 32bit version of SQLite. Does your program really need >4GB of memory?

Mark

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to