From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Creevy Subject: Re: DOSEMU - This program cannot be run in DOS mode Date: Thu, 25 Jun 2009 10:04:28 +0100 Message-ID: <1245920668.2824.6.camel@main1> References: <408616110906242151y47a9a717ied5d3b7518b375c@mail.gmail.com> <4A4338D2.4010102@adbosch.es> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A4338D2.4010102@adbosch.es> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Javier Tarifa Cc: linux-msdos@vger.kernel.org On Thu, 2009-06-25 at 10:44 +0200, Javier Tarifa wrote: > > I created a very simple program in Mono VB. All it does is take your > > age in STDIN and return a formatted string to STDOUT in a DOS prompt. > > I compiled it and moved the exe to the virtual C directory of DOSEMU. > > I tried to run it in DOSEMU and get "This program cannot be run in DOS > > mode" error. This program works on Windows. Any ideas? > Run it on windows. > -- > To unsubscribe from this list: send the line "unsubscribe linux-msdos" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Trying running on a computer without MONO or VB installed and see if it still runs, if not then you know you have a dependency on MONO or VB inbedded in your program. Philip