Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <031c01c2373f$a005d7c0$a352a518@samsystem>
From: "Samuel" <samuel@socal.rr.com>
To: <cygwin@cygwin.com>
References: <3D41BDDE.20054.4C6376DA@localhost> <20020727014743.GA5707@redhat.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" <cgf-cygwin@cygwin.com>
> To: <cygwin@cygwin.com>
> 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/

