Hello, i want that Mono is used to run my app. Then i put ".prg" as executable extension. User double-clicks a .bat file for executing my app with mono and not with .NET
See the .bat here: http://svn.gnome.org/viewvc/chronojump/trunk/build/windows/chronojump.bat?view=markup I hope it helps 2007/10/15, Jonathan Pryor <[EMAIL PROTECTED]>: > On Sun, 2007-10-14 at 07:56 -0700, murthy.sudarshan wrote: > > \At this point, my original question about which *distribution* of the > > runtime is used--Mono or Microsoft-- still remains. > > > > 1. Using the Mono CLR. That is, run "mono <app.exe>" where <app.exe> is the > > .NET application. > > - I assume the libraries in the Mono distribution are used. > > Yes, Mono's runtime will be used. > > > 2. Using the Microsoft CLR. That is, run "<app.exe>". > > - I assume the libraries in the MS distribution are used. > > Yes, Microsoft's runtime will be used (at least until someone writes the > code necessary for Mono to be used in this fashion, at which point this > question becomes much more complicated...) > > - Jon > > > _______________________________________________ > 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
