BUG: Stack Fault When Building Project

Last reviewed: June 27, 1995
Article ID: Q123451
The information in this article applies to:
  • Microsoft FoxPro for Windows version 2.6a

SYMPTOMS

A Stack Fault in Module Unknown occurs when building a project in the Project Manager.

CAUSE

There is a Bitmap referenced by a memory variable.

RESOLUTION

Give the path and the name of the bitmap file.

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. Enter the following in the Command window:

    MODIFY COMMAND test

  2. Add the following code to TEST.PRG:

    bmp1="fox.bmp" @ 9.231,33.60 SAY ;

           (LOCFILE(bmp1,"BMP|ICO|PCT|ICN", "Where is "+bmp1+"?")) ;
           BITMAP SIZE 3.769,9.400 ISOMETRIC STYLE "T"
    

  3. Add TEST.PRG to a project in the Project Manager.

  4. Build the project.

A Stack Fault in Module Unknown error occurs when you build the project. It will not occur in the program outside of the project.


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


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: June 27, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.