Re: [Mono-dev] CIL to CIL optimizer

2006-08-15 Thread Bjarke Hammersholt Roune
On Mon, 2006-08-14 at 19:39 +0200, Bjarke Hammersholt Roune wrote: 3. A CCO can decrease the size of an assembly by such optimizations as dead code/function/class elimination (the last two only in the absence of reflection), better use of the stack, better instruction selection, redundancy

[Mono-dev] [PATCH] EventViewer GUI / Makefile troubles

2006-08-15 Thread Gert Driesen
Hi, I've written a small SWF GUI for consulting event logs and its entries that mimics the Windows Event Viewer. It's far from complete, but it's usable. A screenshot is (temporary) available here: http://nant.sourceforge.net/screenshot.png However, I seem to have a Makefile (lack of knowlege)

[Mono-dev] Feedback from trying to port ASP.NET 2.0 App

2006-08-15 Thread Nick Hoddinott
Hi, I've been trying to get an ASP.NET 2.0 app to run on mono recently. Here's what I've run into, any comments would be appreciated. - xsp2 doesn't recognise the 'Bin' dir, only a 'bin' dir. This caused me much head scratching. VS creates 'Bin' (capitalized) dirs by default. Could a change be

Re: [Mono-dev] [MonoDevelop] Prj2make

2006-08-15 Thread Charlie Poole
Hi Francisco, I am currently working on a re-write of Prj2make to add support for MS VS2005 C# project types. As I began the re-write I realized that it would be better to create a different executable than what it exist today -- I am tentatively calling it Prj2make2005. In this new

Re: [Mono-dev] [PATCH] New eventlog implementation

2006-08-15 Thread Atsushi Eno
RunningOnLinux looks extraneous. It could just check the path validity and existence of /var/blah (besides it is not a precise name, as well as UnixEventLog which is very likely be used on Windows). As for other comments I've already wrote to Gert in #mono. In response to Gert's request, my

Re: [Mono-dev] [Patch] Gendarme DontDestroyStackTrace rule

2006-08-15 Thread Sebastien Pouliot
Hello Russell, Patch is in SVN. Thanks a lot! -- Sebastien Pouliot [EMAIL PROTECTED] Blog: http://pages.infinit.net/ctech/ ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Fwd: [Mono-patches] r63710 - in trunk/mcs/class/System.Web: System.Web.UI.WebControls Test/System.Web.UI.WebControls

2006-08-15 Thread Kornél Pál
Hi, Atsushi Eno: Is saving files in utf-8 without BOM possible in general western editors land? If yes I like the idea. If not then maybe it is not a good solution for us (yeah, not using non-ASCII letters is the most pessimistic option). (BTW I guess, with BOM you guys will get stuck, right?)

Re: [Mono-dev] Fwd: [Mono-patches] r63710 - in trunk/mcs/class/System.Web: System.Web.UI.WebControls Test/System.Web.UI.WebControls

2006-08-15 Thread Atsushi Eno
Hi, Kornél Pál wrote: Hi, Atsushi Eno: Is saving files in utf-8 without BOM possible in general western editors land? If yes I like the idea. If not then maybe it is not a good solution for us (yeah, not using non-ASCII letters is the most pessimistic option). (BTW I guess, with BOM you

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-08-15 Thread Sergey Tikhonov
Hello Zoltan, Hi, I have a question: Alpha arch doesn't have unassigned compare for floats, but IR seems to require it. What would be the best place to implement taking abs values for arguments to compare and do comparition? I was thinking of using

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-08-15 Thread Zoltan Varga
Hi, The code in mini.c is incorrect, _idiv and its friends should be registered with no_throw set to FALSE, instead of TRUE. I will fix it in a minute. Zoltan On 8/15/06, Sergey Tikhonov [EMAIL PROTECTED] wrote: Hello Zoltan,

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-08-15 Thread Sergey Tikhonov
Zoltan Varga wrote: Hi, The code in mini.c is incorrect, _idiv and its friends should be registered with no_throw set to FALSE, instead of TRUE. I will fix it in a minute. Thank you. Now it works as expected. :) Regards, -- Sergey Tikhonov Solvo Ltd.

Re: [Mono-dev] GUI questions and advices !

2006-08-15 Thread C.J. Adams-Collier
Howdy xii29, Check out Aisle Riot for a good example on how to build a card game. It's written in C and has been enjoyed for quite a long time. http://cvs.gnome.org/viewcvs/gnome-games/aisleriot/ Glade is the de facto UI builder these days. Stetic is coming up quick. http://glade.gnome.org/

Re: [Mono-dev] Application Deployment

2006-08-15 Thread Carlos J. Muentes
Just wanted to update everyone on what I did: I used ISSTool+Innosetup to create a Windows installer, and for the application icons, I just used the path to mono as the file, and the path to my app's executable as an argument. The installer looks for mono 1.1.13.8 (I haven't figured out how