On Tue, Jul 14, 2009 at 5:08 PM, Justin Dearing<[email protected]> wrote: > Coding with > Visual Studio and periodontally compiling to mono on windows will ensure > compatability.
I should point out that you don't have to "compile to mono" to test, you can just run the Windows-.NET-compiled binaries directly on Mono. Compiling using Mono's C# compiler /should/ only serves to test Mono's C# compiler; the binary format of the CIL images is identical. (I have a feeling that Justin knows this, just clarifying for those who don't.) -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
