Re: [Mono-dev] Would reading this contaminate a programer inthe eyes of Mono?

2007-11-16 Thread Sanghyeon Seo
2007/11/16, Bruce Markham [EMAIL PROTECTED]: We've started to investigate the steps we need to take in order to create our C# written/running runtime and VM. Heh, good luck. If there is any specific documentation on Mono, or specific files, that you would be kind enough to point me/us in the

Re: [Mono-dev] Remoting question

2007-11-16 Thread pablosantosluac
Yes, it is possible, we do it all the time - Original Message - From: [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Friday, November 16, 2007 1:26 AM Subject: [Mono-dev] Remoting question Hi to all: Is posbile to use Mono.Remotng with classes that have methods with

Re: [Mono-dev] Would reading this contaminate a programer inthe eyes of Mono?

2007-11-16 Thread David Miller
From: Bruce Markham [EMAIL PROTECTED] Date: Fri, 16 Nov 2007 01:30:53 -0500 where is MonoObject defined, lol Is grep and cscope is not functioning properly on your computer? :-) ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] [PATCH] Generic sharing: Static field access

2007-11-16 Thread Mark Probst
Hey everybody! Paolo asked me to post my generic sharing patches here so that more people can take a look at them before they are committed. Here's the next one in line: static field access. The main part of this patch is actually the introduction of a new trampoline call to initialize a

Re: [Mono-dev] Would reading this contaminate a programer inthe eyes of Mono?

2007-11-16 Thread Bruce Markham
On Nov 16, 2007 1:10 AM, Miguel de Icaza [EMAIL PROTECTED] wrote: Would reading this contaminate a programer inthe eyes of Mono? (the quote is from the sharp OS list (an atempt to write an os using the maximum amount of C#)) Not at all. But the concepts on that article might not apply

Re: [Mono-dev] Would reading this contaminate a programer inthe eyes of Mono?

2007-11-16 Thread Miguel de Icaza
If there is any specific documentation on Mono, or specific files, that you would be kind enough to point me/us in the direction of (where is MonoObject defined, lol), I would be grateful. There is a lot of documentation about Mono internals in mono/docs, including the object layout.

Re: [Mono-dev] [PATCH] Generic sharing: Static field access

2007-11-16 Thread Zoltan Varga
Hi, I don't really understand why a new trampoline is needed here. Since the argument to the trampoline is dynamic, it is not possible to patch the caller code, so a normal call to mono_runtime_class_init () would be sufficient.

[Mono-dev] mono_path_canonicalize strips \\ from network paths on Windows

2007-11-16 Thread Aras Pranckevicius
Hi, Some of our customers noticed that our Windows games don't run if launched from network shares (e.g. \\somecomputer\path\game.exe). Turns out AppDomain.CreateDomain throws exception when assemblies are referenced via network path. When debugging, I noticed that image open functions turn

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 1

2007-11-16 Thread Thomas Wiest
Peter Johanson wrote: On Mon, Nov 12, 2007 at 02:10:43PM -0700, Rusty Howell wrote: Please install it and test your applications against it and report any bugs found. I just re-openned bug #324222 as it seems to revert the behaviour decided upon in bug #316828. With the fix for

[Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-16 Thread Rusty Howell
Hey everyone, We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that you find! You can get the preview releases here: http://mono.ximian.com/monobuild/preview/download-preview/ Please report any bugs

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-16 Thread Sanghyeon Seo
2007/11/17, Rusty Howell [EMAIL PROTECTED]: We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that you find! Is there any chance the fix for #3174888 can be included? -- Seo Sanghyeon

[Mono-dev] Bugzilla trouble

2007-11-16 Thread Sanghyeon Seo
When I tried to attach a testcase to the bug, Bugzilla strangely complained The attachment you are attempting to access has been removed. I used test.cs as a filename. When I renamed the file and attached again, it worked. Is this a Bugzilla bug? You can see the problem here.

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-16 Thread Thomas Wiest
Rusty Howell wrote: Hey everyone, We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that you find! You can get the preview releases here: http://mono.ximian.com/monobuild/preview/download-preview/

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-16 Thread Thomas Wiest
Sanghyeon Seo wrote: 2007/11/17, Rusty Howell [EMAIL PROTECTED]: We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that you find! Is there any chance the fix for #3174888 can be included?