Short Answer: No. You can try to wrap pdcurses instead: http://pdcurses.sourceforge.net/ which has a version for Windows. You can use MonoCurses sources as a start and change things accordingly for pdcurses.
There is a Curses Sharp project at sourceforge but it also seems to wrap libcurses (didn't check the sources) Hope it helps Rafael "Monoman" Teixeira --------------------------------------- "To be creative means to be in love with life. You can be creative only if you love life enough that you want to enhance its beauty, you want to bring a little more music to it, a little more poetry to it, a little more dance to it." Osho On Wed, Sep 16, 2009 at 7:00 AM, flippy08 <[email protected]> wrote: > > I try to use MonoCurses under MS Windows, but I get a exception: > > Curses failed to initialize, the exception is: System.DllNotFoundException: > Die > DLL "ncurses.so.5": Das angegebene Modul wurde nicht gefunden. (Ausnahme > von > HRE > SULT: 0x8007007E) kann nicht geladen werden. > bei Mono.Terminal.Curses.real_initscr() > bei Mono.Terminal.Curses.initscr() > bei Mono.Terminal.Application.Init(Boolean disable_color) > > Well, ncurses.so.5 is a Linux libary, but is there any way to run it under > MS Windows ? > -- > View this message in context: > http://www.nabble.com/MonoCurses-under-MS-Windows-tp25467483p25467483.html > Sent from the Mono - Dev mailing list archive at Nabble.com. > > _______________________________________________ > Mono-devel-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-devel-list >
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
