[Mono-dev] Unable to use System.Console from embedded

Elmar Haneke elmar at haneke.de
Wed Jan 13 08:59:16 UTC 2016


> Recently integrated Mono into my own C++ application, following the embedded
> blog post as well as many tips from people on the forum.  I'm able to load
> and execute assemblies just fine, but the whole program throws an Abort when
> I attempt to use System.Console.Write from inside C#.

Is it on MS-Windows?

In this case you have to build an console application else there is no
Console at all.

Elmar


More information about the Mono-devel-list mailing list