From: Andrew Newsgroups: comp.os.msdos.djgpp Subject: Re: Only get errors when opening saved prog file Date: Sun, 04 May 2003 09:47:28 +1000 Organization: ECLiPSE Lines: 43 Message-ID: References: <000101c31178$42f7f540$6ff2193e AT oemcomputer> NNTP-Posting-Host: p21-max18.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1052005654 14153 203.173.153.21 (3 May 2003 23:47:34 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sat, 3 May 2003 23:47:34 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > >I downloaded the DJGPP files which were current on 28-04-03 (UK >format date) to my PC running Windows ME and successfully got it >running with ..snip.. >However I get a stream of DOS errors after closing the file and >closing Rhide etc. Too quick to catch but they repeat when i >reopen. ..snip.. >Exiting due to signal SIGABRT >Division by Zero at eip=0000b2d1, x87 status=0000 >eax=000000c8 ebx=003918d4 ecx=00000000 edx=0000000a esi=003918b8 >edi=00391930 >ebp=00391850 esp=00391828 program=C:\DJGPP\BIN\RHIDE.EXE ..snip.. If you are running W2K or XP then read on otherwise please provide Rhide version and DJGPP/GCC/Binutils version information. If you have Rhide 1.4.x or 1.5.0 then go and grab the latest Rhide 1.5.0.1 from www.rhide.com in the snapshot section. This should work a little better than the 1.5.0 available on Simtel. Please remember that you did not indicate which version you have, but I am assuming you have 1.5.0 Under W2K and XP if you have a Nvidia based video card then try starting Rhide 1.5.x with a "-S" (upper case). If this works then you have a buggy video bios, unfortunatly there is nothing you can do apart from start Rhide 1.5.x with a "-S". This is the default for the next major Rhide release (1.6.0). This also works on some other buggy video bios's. If this does not help then could you please supply info on exactly what you do with a small program (hello world for example) from when you start Rhide until it crashes. Have a read of the faq and see if you can build a small hello world by just using the GCC compiler. If this works then try GXX with a C++ hello world. This will ensure that DJGPP and GCC have been setup correctly. Andrew