Date: Mon, 26 May 1997 18:15:24 +0300 (IDT) From: Eli Zaretskii To: "Hoogenraad, dr. J.H." cc: djgpp AT delorie DOT com Subject: Re: Windows NT+3.1 In-Reply-To: <33893477.63F@natlab.research.philips.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 26 May 1997, Hoogenraad, dr. J.H. wrote: > Does anybody know how to switch this default-dump off (for all > signals at once) ? You can rewrite the library function that prints the dump so that it doesn't print it. The library sources are freely available (v2/djlsr201.zip, you need src/libc/go32/dpmiexcp.c, if memory serves). Edit it, compile it, then say "ar rvs c:/djgpp/lib/libc.a dpmiexcp.o" and that's all. However, if you have enough motivation, I would suggest to investigate a bit further and try to understand why, or at least at which point exactly, does it crash during the dump. That way, not only will you yourself solve your problem, but all the rest of DJGPP'ers will benefit too.