Date: Wed, 5 Nov 1997 12:12:25 +0200 (IST) From: Eli Zaretskii To: Chris Croughton cc: eyal DOT ben-david AT aks DOT com, djgpp AT delorie DOT com Subject: Re: Writing to a file from dtor doesn't work! In-Reply-To: <97Nov4.190937gmt+0100.11651@internet01.amc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 4 Nov 1997, Chris Croughton wrote: > It seems to be therefore a DJGPP bug (in the library? I'm > not sure which bit of it the startup/exit code is in). This *should* be DJGPP-specific: exactly how the open handles are closed when the program shuts down is defined by the library internals. And DJGPP's library was written specifically for DJGPP.