Hi Ian, By the looks of it, Mono:Data.Sqlite does not contain any platform-specific calls. All it seems to have are calls into sqlite's native module (sqlite.dll/.so). This should be fully portable, as far as I can see/tell.
Regards, Alex 2011/4/1 Ian Norton <[email protected]>: > Hi, > > I'm planning to write some software that makes use fo sqlite on windows, If I > were to ship it along with my exe would the Mono.Data.Sqlite assembly run > under > .Net on windows ( I can distribute the sqlite shared lib for linux and > windows ) > > Many Thanks > > Ian > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
