[Mono-dev] "It does not yet support Rotor or Mono."

Kornél Pál kornelpal at hotmail.com
Sun Dec 18 05:33:25 EST 2005


>  Since it works on assemblies, it seems to me that if it does not work on
> mono, it would most likely be a problem with Mono, not the Ms tool.

This is wrong assumptation. It works on assemblies, metadata is compatible
between MS.NET and Mono and it works.

But te unupported thing you are talking about is whether ilmerge.exe itself
runs on Mono.

The asnwer is definitely no. It could run on Mono as it is pure IL code but
it uses a lot of imorted DLL functions exported by MS.NET runtime that are
not supported by Mono so in fact the problem is with ILMerge.

Altough I belive that Mono should support unmanaged API (exported DLL
functions, interfaces, ...) of MS.NET runtime as well because it provides
functionality not awailable using managed API and is probably used/required
by managed applications and/or applications embedding the runtime, these
APIs are not supported by Mono at all.

Kornél

----- Original Message -----
From: "Dennis Hayes" <denisraytek at yahoo.com>
To: <mono-devel-list at lists.ximian.com>
Sent: Sunday, December 18, 2005 10:36 AM
Subject: [Mono-dev] "It does not yet support Rotor or Mono."


> Someone should try it.
>  It does not mean it does not work, it may just mean it is untested or
> unsupported (if you have a problem, don't call us).
>  Since it works on assemblies, it seems to me that if it does not work on
> mono, it would most likely be a problem with Mono, not the Ms tool.
>  If I can find a spare "round toit" I will check it out.
>  Dennis
>
>
>  From: Felipe Almeida Lessa [mailto:felipe.lessa at gmail.com]
> Sent: Friday, December 16, 2005 10:54 AM
> To: Maxime de Lavenne
> Cc: mono-devel-list at lists.ximian.com
> Subject: Re: [Mono-dev] Found a Mono mention on a microsoft page
>
>
> 2005/12/16, Maxime de Lavenne :
>
>
> http://www.microsoft.com/downloads/details.aspx?FamilyID=22914587-b4ad-4eae-
> 87cf-b14ae6a939b0&displaylang=en
>
>
>
> "It does not yet support Rotor or Mono."
>
> "Yet"? Will they support some day?
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com


--------------------------------------------------------------------------------


> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>




More information about the Mono-devel-list mailing list