FIX: C0000005 Fatal Error During Build w/ Invalid Preprocessors

ID: Q221744


The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 5.0, 5.0a, 6.0
  • Microsoft Visual FoxPro for Macintosh, version 3.0b


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 this to be a problem in the Microsoft products 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:

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

Q194295 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:


  3. 
    #UNDEF _DEBUG
    #IF Application.ActiveProject.Debug
       #DEFINE _DEBUG
    #ENDIF 
  4. Build an application from the project.


Additional query words:

Keywords : kbMAC kbProjManager kbVFp300bbug kbVFp500abug kbVFp600 kbVFp600bug kbXBase kbVS600sp3fix kbGrpFox
Version : MACINTOSH:3.0b; WINDOWS:3.0,3.0b,5.0,5.0a,6.0
Platform : MACINTOSH WINDOWS
Issue type : kbbug


Last Reviewed: May 25, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.