Microsoft KB Archive/70806: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (X010 moved page Microsoft KB Archive/Q70806 to Microsoft KB Archive/70806 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
 
(No difference)

Latest revision as of 19:29, 12 August 2020

PRWIN9103014: FatalAppExit Function Missing from WINDOWS.H ID Number: Q70806

3.00 WINDOWS buglist3.00 fixlist3.10

Summary:

PROBLEM ID: WIN9103014

SYMPTOMS When creating an application that uses the FatalAppExit function, the application fails to compile.

CAUSE The prototype for the FatalAppExit function is missing from WINDOWS.H.

RESOLUTION Microsoft has confirmed this to be a problem in Windows version 3.0. Add the following declaration to the top of each module that uses the FatalAppExit function:

  void FAR PASCAL FatalAppExit(WORD, LPSTR);

This problem was corrected in Windows version 3.1.

Additional reference words: 3.00