Date: Thu, 9 Sep 1999 15:15:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ole Laursen <98zOLaw AT mail DOT aalborghus DOT dk> cc: djgpp AT delorie DOT com Subject: Re: Rhide wonder? In-Reply-To: <37D7A6BC.7F8AF25A@mail.aalborghus.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 9 Sep 1999, Ole Laursen wrote: > > I have just notice that i have a lot of folders in my temp-folder.Every > > folders name begin with RH,and then comes something,followed by > > aaaaa.The first folders name is RHbaaaaa. > > That is just some temporary folders that RHIDE uses for swapping (or so I > guess). No, not for swapping. When RHIDE (or any DJGPP program) runs on Windows, swapping (or, more accurately, paging) is entirely up to Windows. Windows uses its swap file to implement virtual memory on behalf of all programs, including the DJGPP ones. On plain DOS, the swap file comes from CWSDPMI. In any case, the application itself doesn't do anything with the swap file. So, it is correct that those RHaaa etc. files are temporary files, but they are not used for swapping. They are used to redirect the compiler's output (and then display it in a window).