[Mono-list] existing managed C++-libraries for Mono and whats with csgl?

Miguel de Icaza miguel@ximian.com
31 Jul 2002 17:47:17 -0400


> For fun, run ildasm on the resulting executable of the first one.  One
> of the symbols (IIRC) should be _mainCRT (or something similar), which
> looks like it calls into the MSVC native libraries.

I have seen this.  This little piece of code can always be emulated,
because it is just the bootstrap piece of code.

Miguel