Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <031c01c2373f$a005d7c0$a352a518@samsystem> From: "Samuel" To: References: <3D41BDDE DOT 20054 DOT 4C6376DA AT localhost> <20020727014743 DOT GA5707 AT redhat DOT com> Subject: Re: Mysterious gdb behavior. Date: Mon, 29 Jul 2002 13:36:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 > ----- Original Message ----- > From: "Christopher Faylor" > To: > Sent: Friday, July 26, 2002 6:47 PM > Subject: Re: Mysterious gdb behavior. > > Error 193 is a Windows API error. Specifically, it is > ERROR_BAD_EXE_FORMAT. I thought the normal way to find this out was to > type "net helpmsg 193" but that doesn't work on my W2K system. For those that have the Windows SDK header files, the following is a copy of the relevant portion of winerror.h: // // MessageId: ERROR_BAD_EXE_FORMAT // // MessageText: // // %1 is not a valid Windows NT application. // #define ERROR_BAD_EXE_FORMAT 193L -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/