Date: Thu, 18 Mar 1999 11:59:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: rob_boyd cc: djgpp AT delorie DOT com Subject: Re: newbie question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 17 Mar 1999, rob_boyd wrote: > However when I opened one of the .exe files I came across the following : > Warning Coprocessor not present and DPMI setup failed! > If application attempts floating operation system may hang. What do you mean by ``I opened one of the .exe files''? How do you open a .exe file? > The command line I have used for compiling is: cprogam.c -o cprogram.exe I don't unbderstand this. What is `cprogram.c'? Is it a source file? If so, you cannot run a source file, because it's not a program.