Date: Mon, 14 Feb 2000 15:10:04 -0500 Message-Id: <200002142010.PAA08632@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 14 Feb 2000 09:42:48 +0200 (IST)) Subject: Re: Untrapping Ctrl-C in DJGPP References: Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I don't say that I know for a fact that these are Windows console > applications. I just don't know that they aren't. Win32 programs have a telltale also - they have the characters "PE\0\0" shortly after the small dos EXE stub, usually around file offset 0x80 or so. I can dig out the details on that and the console-vs-gui flag if some really wants them and doesn't have access to MSDN where it's documented.