> 
> And the question: I presume that using UseInteropDll=false
> and UseSqliteStandard=true should do the trick, but is there anything else
I
> should be using? 
> 

Correct, you should use "UseSqliteStandard=true", then the managed code will
look for a library named "sqlite3".  Last time I checked, Mono had a
mechanism to
translate this to the correct name for SQLite library on the target
platform.

> 
> Also, MonoDevelop is failing to read some of the project files and doesn't
> seem to be listing anything for the System.Data.SQLite project in the
> solution tree. I can go get VS2010 if necessary, but I thought I'd ask
> first: has anyone been able to get it compiled using MonoDevelop?
> 

I have very little experience with MonoDevelop; however, in my experience it
cannot handle imported MSBuild project files with non-trivial complexity.
For
now, MSBuild and Visual Studio are the only fully supported build
environments.

--
Joe Mistachkin

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

Reply via email to