[Mono-list] Delphi.NET exes do not work on Mono...

Miguel de Icaza miguel@ximian.com
11 Sep 2002 14:34:32 -0400


Hello!

> It would appear that the required parts of
> System.Runtime.CompilerServices have not yet been implemented as these 
> Delphi.NET executables do not work under Mono, but work fine under the 
> Microsoft framework. I could not even get a basic Hello World console 
> application program working. All I get is a "Cannot open image 
> <application Name>" error, for all the demos I have tried.

This seems like it is referencing a missing assembly.  Could you post
the samples in some web site that we could use to check out?

> Can anyone enlighten me as to if someone is already working on the 
> required System.Runtime.CompilerServices  or if there is a schedule for 
> this to be implemented.

We fill the holes as we run into problems at this point (as there is
much left to do), but could I probably convince you to track this bug
down and possibly look into implementing some bits of it?

Miguel