Really??? I was thinking to switch from SQL Mobile 2005 to Sqlite on Windows Mobile, to avoid SqlCeClasses to SqliteClasses manually replace or #if.
My most frustration about ADO.NET classes is this to be sealed and I can't make a SqlMyClassForConnection : SqliteConnection, SqlMyClassForDataReader : SqliteDataReader, etc without code everything again using SQL Mobile or Sqlite, so a SqlMyClasseForConnection and other ADO.NET classes can be user on any OS, also on ASP.NET with the same code but inside of it using SQL CE or SQL Server or Sqlite.. MonoDevelop accept this until compilation, also providing intellisense hehe Karl From: "gabriel.b...@gmail.com" <gabriel.b...@gmail.com> Reply-To: "monodroid@lists.ximian.com" <monodroid@lists.ximian.com> Date: Mon, 18 Jul 2011 20:17:37 -0300 To: "monodroid@lists.ximian.com" <monodroid@lists.ximian.com> Subject: Re: [mono-android] Antwort: Windows CE Interop The problem that i`m getting that is really painfull is with the Sqlite Assembly in mono the assembly use Sqlite but in ce they use SQLite this is the only diference the caption os the classes there is any work around ? 2011/7/18 <bernhardgess...@cs-ag.de> > > I dont have an example i can give you, but we are working as you deschribed. > For WinCE, Android, WP7 und iOS. The basic idea is to share the code beetween > different projects. Create one Visual Studio Project for each platform you > want to target. Then develop as usual in opf of the projects and add all the > files to the other project als link. Use only code that works on both > plattforms or in case this is not possible write a solution for each platform > and don't share the files between the two projects. > > > > > > "gabriel.b...@gmail.com" <gabriel.b...@gmail.com> > Gesendet von: monodroid-bounces@lists.ximian.com19.07.2011 00:49 > Bitte antworten an > Discussions related to Mono for Android <monodroid@lists.ximian.com> > > An > monodroid@lists.ximian.com > Kopie > Thema > [mono-android] Windows CE Interop > > > > > I Wish to make one class lobrary that would be used in my android an my > windows CE project there is any way to do that ? > If there is any one have any sample project ? > Thx a lot guys_______________________________________________ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > <http://lists.ximian.com/mailman/listinfo/monodroid> > > _______________________________________________ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > > _______________________________________________ Monodroid mailing list > Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid