This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mysterious gdb behavior.


> ----- 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]