PRB: MACIMP.APP Produces "API Library Not Found" Error

Last reviewed: May 29, 1996
Article ID: Q115291
The information in this article applies to:
  • Microsoft FoxPro for Macintosh, versions 2.5b, 2.5c, 2.6, and 2.6a

SYMPTOMS

In the Goodies:Misc folder is an application called MACIMP.APP for which no documentation is given. If you attempt to run this application, you receive the following error message:

   API Library not found

CAUSE

This application is run when IMPORT.APP is run or when Append From is chosen from the Database menu and a file type that requires importing is selected. The file types MACIMP supports are:

   4th Dimension, version 3.0
   FileMaker Pro, version 2.0
   Microsoft Works, version 3.0

MORE INFORMATION

MACIMP.APP requires four parameters to be passed to it before it can function correctly. The correct parameters are passed by IMPORT.APP or the Append From command. The parameter statement in MACIMP.PRG is

   Parameters <mtype>,<mimport>,<mfilename>,<mfields>

where
  • <mtype> is "4D", "MSW", or "FMP".
  • <mimport> is .T. for IMPORT, .F. for APPEND.
  • <mfilename> is the name of the foreign file.
  • <mfields> is a comma-delimited list of fields in the current work area for APPEND. It is not needed for IMPORT.

The source code for MACIMP.APP is not included in FoxPro.


Additional reference words: FoxMac 2.50 2.50c 2.60 2.60 amacimp errmsg err
msg
KBCategory: kbprg kberrmsg kbprb
KBSubcategory:


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: May 29, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.