From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Exit Codes Date: Sun, 21 Dec 1997 22:22:40 +0100 Organization: none provided Lines: 24 Message-ID: <349D88A0.7FC45F75@gmx.net> References: <349D5986 DOT 56C6B72 AT spam DOT me> NNTP-Posting-Host: isdn25.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ryan McGee schrieb: > > Does anyone know where I can find the exit code for RHIDE. Like when it > says "EXIT CODE 255" What does that mean? Thanks The value reported as exit code, is the value which your main function returns. If you would have for instance int main() { return 3; } RHIDE would report you an exit code of 3. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************