From: "Cephaler" Newsgroups: comp.os.msdos.djgpp Subject: Abort! Date: 16 Jan 1999 18:07:15 GMT Organization: Netcom Lines: 13 Message-ID: <01be417b$2c88d3a0$58c3b8cd@scully> NNTP-Posting-Host: wbg-va2-24.ix.netcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-NETCOM-Date: Sat Jan 16 12:07:15 PM CST 1999 X-Newsreader: Microsoft Internet News 4.70.1161 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com While working on my encryption program I ran across a problem... I don't know exactly what I did, but something made my program print "Abort!" and exit... I thought I might have inadvertently done some bad error checking code, but I found no "Abort!" in my code. So I looked in the header files, to see what might be causing this, nothing.. Stepped through my program in FSDB, everything seemed ok.. So I remedied my problem by backtracking, erasing newer code, compiling and checking every so often if the problem went away. After deleting about an hour's worth of code it stopped saying Abort!. I went on re-implementing the features that I deleted and it didn't show up again... What happened? - Cephaler -