[Mono-devel-list] Something wrong with the mono compiler/runtime?

Paolo Molaro lupus at ximian.com
Tue Mar 25 06:51:01 EST 2003


On 03/25/03 Mathias Creutz wrote:
> I'm very new to mono and all so what I'm doing is
> looking into c# and thus browsing the web and looking
> into different tutorials to try and figure out the
> "new"
> things with c#. When looking up what delegate is I
> stumbled upon this:
> http://www.csharp-station.com/Tutorials/Lesson14.aspx
> 
> Download the SimpleDelegate.exe, run it using mono
> and you'll notice how it does not terminate.
> 
> Now instead use the source and compile it using mcs
> and
> the program terminates just fine. Something is
> obviously a bit off here? I assume that the person who
> created the SimpleDelegate.exe on the site used
> microsofts compiler.

Compiling the source on the web with csc works fine in mono.
Running the binary with the MS runtime results in it hanging there, 
too, so this is not a mono bug.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list