Re: [Mono-list] Compiling Mono for WinCE

2005-06-27 Thread Sergey Chaban
is it possibile to compile Mono for WinCE? It was possible in the past (circa 2002-2003), but Mono has evolved greatly since then, so I think some more work is necessary to build the latest version. Also building some of the support libs (glib) for WinCE was quite tricky, thanks to numerous

Re: [Mono-devel-list] Will Mono run on Playstation 3

2005-06-25 Thread Sergey Chaban
I'd like to add my 2 cents to this Mono/PS3 discussion: Awhile back, I had ported Mono (interpreter only) to PS2/Linux, and it took me like 2-3 hours actually. If Linux support for PS3 is anything like the current PS2 Linux kit, it shouldn't be any more difficult than that. CELL stuff is really

Re: [Mono-list] Exceptions and error codes.

2003-03-26 Thread Sergey Chaban
Managed code on the MS CLR doesn't use SEH internally Why do you think so? I'm curious. The following code intercepts managed exception with a thread-level SEH handler (set up via generated native code), prints some messages and terminates execution. There are two source files: