On Tue, 2006-10-31 at 15:00 +0100, Robert Jordan wrote: > [EMAIL PROTECTED] wrote: > > > > Hi, > > > > I've developed a SWF Apps under Mono and i've tryed it on windows. > > Everythings > > looks nearly fine excepts some little stuff. > > > > One off them is annoying ... > > When I launch my apps under Mono/Linux, no console windows ... > > When I launch my apps under .Net/Windows, lauch a console then the windows > > ... > > Use the appropriate target: > > mcs /target:winexe ...
It's a common question and a great opportunity for someone to contribute a (very simple) rule for Gendarme ;-) E.g. Any .EXE that reference System.Windows.Forms.dll should have a winexe target (or we issue a warning). -- Sebastien Pouliot <[EMAIL PROTECTED]> Blog: http://pages.infinit.net/ctech/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
