.MLB Files Must Include an .EXP FileID: Q108680 2.50b MACINTOSH kbinterop The information in this article applies to:
SUMMARYAll library files compiled with the Macintosh Programmer's Workshop (MPW) compiler must include an example file. The source code for the library file has an extension of .C. The example file must have the same name as the source code file with the extension changed to .EXP. For example, if the source code is named TEST.C, the example file would be named TEST.EXP. The following is a description of each section in an example file: 1. The first section contains introductory comments, which are optional and 2. The second section declares the library. Each .MLB file in the System
3. The next section declares the exported library function set that FoxPro
When the source code file is compiled, it should be given the same name as
stated in the FunctionSet. In this example, the compiled file would be
named MYLIBRARY.MLB.
MORE INFORMATIONDuring installation, a sample .EXP file is copied onto the hard drive. The filename is TEST.EXP and it is located in the Examples subfolder of the FoxLCK folder. Additional reference words: FoxMac 2.50b LCK KBCategory: kbinterop KBSubcategory:
|
|
Last Reviewed: May 21, 1998 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |