Re: [Mono-dev] Announcing Mono 2.2 RC1...

2008-12-29 Thread Stifu
I just filed another bug report: https://bugzilla.novell.com/show_bug.cgi?id=462766 Strips (MenuStrip, ToolStrip) show up as blue rather than grey on Vista -- View this message in context: http://www.nabble.com/Announcing-Mono-2.2-RC1...-tp21136452p21203939.html Sent from the Mono - Dev mailing

Re: [Mono-dev] FileSystemWatcher on Linux

2008-12-29 Thread pablosantosl...@terra.es
Andrés, I'm interested on using Inotify to actually track moves and renames (not exactly the way in which FileSystemWatcher works now). I see at ReadEvent implementation that the fields are actually composed manually (I mean, reading byte by byte and handling big and little endian issues)

[Mono-dev] status of verify.c and pedump for mono?

2008-12-29 Thread ddunkle
I am looking for more detailed information on how mono does verification of the CLI execution stack. For example, I would like to be able to see exactly what types are on the execution stack for certain IL instructions when I get a verification error from mono when loading and running a given

Re: [Mono-dev] Porting runtime - where to start?

2008-12-29 Thread mindcry
Hi, i have read recently that mono has been finally ported to the Wii. I've searched the current source code for wii but it only finds 4 matches. Can someone share me any tipps on how to compile mono for the Wii? Or is the Wii-Port only available commercially? Regards, Kevin -- View this