PRB: Windows FatalExit 0x0280 Error Caused by FAR WinMainLast reviewed: July 22, 1997Article ID: Q41451 |
3.00 3.10
WINDOWS
kbprg kbprb
The information in this article applies to:
SYMPTOMSWhen an application is launched, a FatalExit 0x0280 (ERR_GMEMHANDLE, invalid global handle) error occurs in Windows 3.0, or a general protection (GP) fault occurs in Windows 3.1.
CAUSEThe application declares the WinMain function as a FAR function. The design of the Microsoft Windows kernel assumes that an application's entry point is a near function rather than a far function.
RESOLUTIONRemove the FAR keyword from the declaration of the WinMain function.
|
Additional reference words: 3.00 3.10 rip gpf gp-fault
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |