FIX: C0000005 Fatal Error During Build w/ Invalid Preprocessors (221744)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0
  • Microsoft Visual FoxPro for Windows 3.0b
  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0
  • Microsoft Visual FoxPro for Macintosh 3.0b

This article was previously published under Q221744

SYMPTOMS

Building a project that contains an invalid preprocessor directive causes an error. Depending on the version of Visual FoxPro being used, one of the following error messages appears:

Visual FoxPro 3.x for Windows displays a message box with the following message:
Internal Consistency Error
Visual FoxPro 3.0b for Macintosh displays a message box with the following message:
The application "Microsoft Visual FoxPro" has unexpectedly quit, because an error of type 2 occurred.
Depending on the version of Windows, Visual FoxPro 5.x and Visual FoxPro 6.0 display one of the following messages:

Under Windows 9x:
This program has performed an illegal operation and will be shut down.
Under Windows NT 4.0:
An application error has occurred and an application errorlog is being generated.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

This bug was corrected in Visual Studio 6.0 Service Pack 3.

For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:

194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why

194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed

MORE INFORMATION

This behavior occurs when a preprocessor directive references an object that is read-only.

Steps to Reproduce Behavior

  1. Create a new project.
  2. Add a new main prg using the following code:
    #UNDEF _DEBUG
    #IF Application.ActiveProject.Debug
       #DEFINE _DEBUG
    #ENDIF
    					
  3. Build an application from the project.

Modification Type:MajorLast Reviewed:5/10/2003
Keywords:kbBug kbfix kbProjManager kbVS600sp3fix kbXBase KB221744