X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rotes Sapiens Newsgroups: comp.os.msdos.djgpp Subject: Re: Crashes lock files Date: Thu, 04 Aug 2005 16:02:51 +0930 Message-ID: References: <3krj1jFvp272U1 AT news DOT dfncis DOT de> X-Newsreader: Forte Free Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Chariot netconnect - http://www.chariot.net.au X-Original-NNTP-Posting-Host: 127.0.0.1 Lines: 34 NNTP-Posting-Host: 203.87.95.150 X-Trace: 1123137182 lon-reader.news.telstra.net 7431 203.87.95.150 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 31 Jul 2005 15:05:35 GMT, Ben wrote: >On Thu, 28 Jul 2005 08:24:19 +0000, Hans-Bernhard Broeker wrote: >> Ben wrote: >>> I'm using RHIDE 1.49 & GCC 3.3, every time my program crashes it >>> seems to lock the file >> Which file? On what OS? >Windows 98. On my exe file. It can't create the new exe when i >compile, and generates files called .000 .001 ... >etc, instead. The .00n files are temporary files of some sort produced while building the project. They can usually be deleted and ignored. I wouldn't worry about them too much. If you are having trouble deleting them, run attrib -s -h -r /s *.* at a dos prompt. If that doesn't work, windows still thinks the files are open from when rhide or the compiler opened them. Try closing the dos box and deleting them. If that doesn't work, reboot into DOS (not windows) and delete them. You might also have to delete all of the temporary files that the compiler creates in the tmp directory. Run scandisk when you've got rid of the files to clean up the hard disk. Sig: I do not fear computers. I fear the lack of them. -- Isaac Asimov