• 0

Creating MS-Dos compatible programs in MONO?


Question

Is this even possible??? I designed a console application and would like to make it MS-DOS Compatible. I am running MONO on an Ubuntu 9.04 computer...

NOTE: Do I have install an additional package or anything???

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Like hdood said, you can't.

Because you've developed a .NET application, you're restricted to platforms that the .NET platform (or Mono) runs on, which doesn't include MS-DOS :)

===================

If you're talking about just a command prompt window, then I wouldn't see why not, provided that you make any necessary namespace adjustments. My Mono knowledge isn't great, so I don't know if the namespaces are the same.

Link to comment
Share on other sites

  • 0

don't confuse console application with ms-dos application. However you could use the mono framework to run your console application in a linux shell. For that, you don't have to change anything, compile it and run on linux with: mono yourprogram.exe

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.