Re: [Mono-dev] Forums added to Mono Website

2008-05-20 Thread Andrés G. Aragoneses
jhill wrote: Web-based forums for Mono discussions have been added at http://www.go-mono.com/forums As you know, most active Mono community members participate in on-line discussions through our mailing lists; however, many Mono users have expressed a preference for web forums based

[Mono-dev] undefined symbol: g_module_open IKVM Native Library Loading

2008-05-20 Thread Jim Redman
This seems to not be particularly IKVM related, and it was suggested that I post it here. Code is Java code that has been run through IKVMC. The error occurs loading native libraries. The call to load native libraries is: JNIEXPORT void* JNICALL ikvm_LoadLibrary(char* psz) {

[Mono-dev] ITP: libdlr-cil -- The Dynamic Language Runtime (DLR)

2008-05-20 Thread CJ Adams-Collier
owner 481931 [EMAIL PROTECTED] submitter 481931 [EMAIL PROTECTED] thank you signature.asc Description: This is a digitally signed message part ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Will Mono run on Playstation 3

2008-05-20 Thread Koichi Senada
Hello, everybody! Are there any news about running Mono applications on PS3? There's a project http://code.google.com/p/celldotnet/ http://code.google.com/p/celldotnet/ that allows them to run on SPE of PS3. I'm about to investigate it. Though, I hope to see some more fact about overall PS3

Re: [Mono-dev] Migrating Mono 2.0. Crossplatform GUI components.

2008-05-20 Thread [EMAIL PROTECTED]
Hi there, I've good news! We're going to release our I3 library (the cross-platform MWF controls) as open source! I expect we'll be releasing it in about one or two weeks. Regards, pablo www.plasticscm.com Debacker escribió: Yes, please. I really love the look of your app. It would be

Re: [Mono-dev] System.Core patch

2008-05-20 Thread Jb Evain
Hey Roei, On 5/20/08, Roei Erez [EMAIL PROTECTED] wrote: 1. Implement Lookup.ApplyResultSelector 2. Implement the non-generic version of AsQuryable 3. Additional test cases. Looks good! Please separate the commit for the lookup patch though. Thanks! -- Jb Evain [EMAIL PROTECTED]

[Mono-dev] System.Core patch

2008-05-20 Thread Roei Erez
Hi, Attached is a patch for the following: 1. Implement Lookup.ApplyResultSelector 2. Implement the non-generic version of AsQuryable 3. Additional test cases. Please review Regards, Roei Erez System.Core.patch Description: System.Core.patch

Re: [Mono-dev] System.Net.NetworkInformation

2008-05-20 Thread Miguel de Icaza
Hello, The case that uses sysfs is only used on the Linux case; We would need different implementations for different operating systems. On Mon, 2008-05-19 at 18:56 -0700, Jacob Gladish wrote: I tried to use System.Net.NetworkInformation.IPInterfaceProperties.GetIPProperties(). It

[Mono-dev] [PATCH] Managed code abort trampoline

2008-05-20 Thread Rodrigo Kumpera
Hey, The attached patch implements managed code thread abort by installing a trampoline on signal return. This patch introduces two new arch specific functions, that I'll port to arm and amd64 once the current patch is committed: void mono_arch_set_ip_in_context (void *sigctx, void *new_ip)