El lun, 30-12-2002 a las 15:56, Sebastien Pouliot escribi�:
> Jeroen, you must run your test program under mono to see the bug. From your
> output I see that you are using mscorlib ;-).
> 
> japj@debian:~/sandbox$ mcs test.cs
> Compilation succeeded
> japj@debian:~/sandbox$ ./test.exe
> mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
> ^^^^^^

No, that is ok. From icall.c:

if (strcmp (name->name, "corlib") == 0)
        aname->name = mono_string_new (mono_object_domain (assembly),
"mscorlib");

The runtime translates "corlib" to "mscorlib".

-Gonzalo



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to