BUG: FoxDoc GP Faults When Default Index Extension Set to IDX

Last reviewed: April 30, 1996
Article ID: Q123656
The information in this article applies to:
  • Microsoft FoxPro for Windows, version 2.6a

SYMPTOMS

A general protection (GP) fault occurs in FOXDOC.FLL at 0003:96F7 when a program contains the following command and the FoxDoc default extension for indexes is set to IDX:

   DELETE FILE "filename.cdx"

WORKAROUND

Set the FoxDoc default extension for indexes to CDX. Changing the Default Extensions/Index Files to CDX prevents the GP fault.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Problem

  1. Create a one line program that has the following command, and make it the main and only program in a project:

    DELETE FILE "<filename>.cdx"

  2. Create a FoxDoc configuration file that uses your new test project as the main file and has the following selections:

          Create Formatted Source Code Files - Checked
    
                           Add File Headings - Checked
                    Put into Heading/Indexes - Checked
                    Write Procedure Headings - Checked
    
          Other Options/Extensions
               Default Extensions/Index Files - IDX
    
    

  3. Generate the application, and you will get the GP fault.


Additional reference words: FoxWin 2.60a buglist2.60a GPF
KBCategory: kbtool kbbuglist
KBSubcategory: FxtoolFoxdoc


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.