Re: [sqlite] how can I make SQLite work on Mono multiplatform project?

2012-02-13 Thread Joe Mistachkin
Please see: http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki#q6 -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] how can I make SQLite work on Mono multiplatform project?

2012-02-13 Thread zax zax
Hi all! Im almost finished with an application of mine that I developed with M Visual Studio 2010 using c#. The software uses a lot of SQLite transactions, all of which work perfect compiled and run under Windows.Now I try to make my app multiplatform, using Mono (for the first time). And I