[Mono-dev] Patch: Generic code sharing for value types

2008-09-23 Thread Mark Probst
Hi, This patch enabled generic code sharing for value types. The important difference to reference types is that value types don't have a vtable pointer, which means that the RGCTX needs to be provided separately. We do this in the same way we as with static methods, namely via an implicit argum

Re: [Mono-dev] Patch: Generic code sharing for value types

2008-09-23 Thread Zoltan Varga
Hi, The method-to-ir.c changes look good. One improvement might be getting rid of EMIT_GET_RGCTX, i.e. integrating it into the emit_get_rgctx_ functions. Zoltan 2008/9/23 Mark Probst <[EMAIL PROTECTED]>: > Hi, > > This patch enabled generic code sharing for value types. The

[Mono-dev] Cannot re-call start of asynchronous method... Error

2008-09-23 Thread acoupe
Help requested... Here's the full error: System.InvalidOperationException: Cannot re-call start of asynchronous method while a previous call is still in progress. at System.Net.HttpWebRequest.BeginGetRequestStream (System.AsyncCallback callback, System.Object state) [0x0] at System.Net.

Re: [Mono-dev] Cannot re-call start of asynchronous method... Error

2008-09-23 Thread Robert Jordan
acoupe wrote: > Here's the full error: > > System.InvalidOperationException: Cannot re-call start of asynchronous > method while a previous call is still in progress. > at System.Net.HttpWebRequest.BeginGetRequestStream (System.AsyncCallback > callback, System.Object state) [0x0] > at Sys

[Mono-dev] Mono profiler -> assert

2008-09-23 Thread FirstName LastName
Hi, I'm trying to profile my test app (a sort of Hello world) but I get an assert. Here is what I run: mono --profile=default:stat Test.exe and I get: ** ERROR **: file handles.c: line 411 (_wapi_handle_new): assertion failed: (_wapi_has_shut_down == FALSE)aborting... ** (process:1080): W

[Mono-dev] Cross platform font installer

2008-09-23 Thread Paul
Hi, I (and my beloved one) have a common problem - installing bulk fonts (I have a directory with over 10k fonts in it!). The problem is that I'm on Fedora and she's on XP (so her fonts will be in c:/windows/fonts (or something like that) and mine are in /usr/share/X11. Is there something either