[Mono-dev] Playing with Mono.Terminal, no success
Miguel de Icaza
miguel at novell.com
Tue May 25 12:55:24 EDT 2010
> Problem is that the app ends immediately, I don't see anything on the
> screen... Maybe I'm just misunderstanding the whole thing, I don't know...
It works fine for me.
I bet the problem is that you did not install the shared library in a
place where your dynamic linker can find it. LD_LIBRARY_PATH will help
you here, or installing in a directory listed in /etc/ld.so.conf (and
running /sbin/ldconfig after that)
>
> pablo
>
>
> On 10/05/2010 20:33, Miguel de Icaza wrote:
> > Hello,
> >
> >> I'm trying the simple sample at: http://www.mono-project.com/MonoCurses
> >>
> >> Application.Init (false);
> >> Dialog d = new Dialog (40, 8, "Hello");
> >>
> >> d.Add (new Label (0, 0, "Hello World"));
> >> Application.Run (d);
> >>
> >> on an OpenSuse box.
> >>
> >> But it doesn't work for me, it just exits and breaks the terminal... :-(
> >
> > Run your program like this to make sure it does not leave you in a
> > broken state:
> >
> > mono sample.exe; stty sane
> >
> > Please post a full sample and I'll take a look at it.
> >
> >
More information about the Mono-devel-list
mailing list