From: sos@prospect.com.ru (Sergey Okhapkin)
Subject: RE: EGCS-Mingw32(1.0.2) not initializing application
26 Sep 1998 22:24:51 -0700
Message-ID: <01BDE9AF.4801AD60.cygnus.gnu-win32@sos>
To: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>,
        "'pgarceau@teleport.com'" <pgarceau@teleport.com>

Paul Garceau wrote:
> 	"The application failed to initialize properly (0xc000007b).  Click on OK to 
> terminate the application."
> 
> 	Any ideas what causes this or what specifically is meant by 0xc000007b 
> under NT4(sp3)?
> 

//
// MessageId: STATUS_INVALID_IMAGE_FORMAT
//
// MessageText:
//
//  {Bad Image}
//  The application or DLL %s is not a valid Windows NT image.
//  Please check this against your installation diskette.
//
#define STATUS_INVALID_IMAGE_FORMAT      ((NTSTATUS)0xC000007BL)


-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
