PRB: "FoxPro Unable to Process Error" with External C Library

Last reviewed: June 27, 1995
Article ID: Q105281
The information in this article applies to:
  • Microsoft FoxPro Library Construction Kit version 2.5
  • Microsoft FoxPro for Windows, versions 2.5 and 2.5a

SYMPTOMS

In FoxPro for Windows, when you call external C functions from a library built with the Microsoft FoxPro Library Construction Kit (LCK), the error message "FoxPro Unable to Process Error" may appear.

CAUSE

This error message indicates that there is an error in the library, not in FoxPro. FoxPro recognizes that there is an error but is unable to process it because the error code received is not native to FoxPro. FoxPro presents this message to make you aware that there is a logic error in the library.

STATUS

This behavior is by design.

MORE INFORMATION

You can use an external library of functions written in C within FoxPro by creating these functions using the FoxPro LCK. The FoxPro LCK version 2.5 can be used to create both MS-DOS-based (.PLB extension) and Windows-based (.FLL extension) libraries for use in FoxPro versions 2.5 and 2.5a for MS-DOS and Windows. These functions can be called just like any other functions that come with FoxPro. These functions are accessed using the SET LIBRARY TO <library name> command from within FoxPro.


Additional reference words: FoxWin 2.50 2.50a errmsg err msg
KBCategory: kbtool kbprg kberrmsg kbprb
KBSubcategory: FxtoolLck


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.