Date: Mon, 1 Jan 2001 09:24:26 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: TCHASIII cc: djgpp AT delorie DOT com Subject: Re: Follow up to 'Rookie question' In-Reply-To: <20001229143310.08852.00000352@ng-ff1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 29 Dec 2000, TCHASIII wrote: > The message window at the bottom says: > compiling: tester.cpp > bad command or file name > no errors > > And when I try to run I get a window that says: > Program exit code: -1 (0xffffffff) Your problem is not with the exit code, it is with the compilation failing because some of the programs required to compile your code is not found. Thus the "Bad command or file name" message. In other words, your DJGPP installation is busted, it doesn't work. You need to find out what's wrong with your installation. I suggest to go through the README.1ST file and make sure you did every step it tells to do.