How to Determine If a Library Is Loaded in MemoryID: Q104345 2.50 2.50a 3.00| 2.00 2.50 2.50a kbinterop
The information in this article applies to:
SUMMARYTo see if an external library (.PLB file in the MS-DOS environment, .FLL file in the Windows environment) has been loaded by means of the SET LIBRARY TO command, use the code example shown below.
MORE INFORMATIONThe SET LIBRARY TO command allows API libraries to be loaded into memory. The following code example will allow a program to determine if a specific library has been loaded.
The SET("LIBRARY") function returns a string containing the names of
all external API libraries currently loaded, with a comma between the
library names. The $ operator is used to search anywhere within the
string for the name of a specific library.
Additional reference words: VFoxWin 3.00 FoxDos FoxWin 2.00 2.50 2.50a KBCategory: kbinterop KBSubcategory: FxprgFoxtools
|
Last Reviewed: May 22, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |