BUG: Error When Building Project: Unable to Find LibraryLast reviewed: June 27, 1995Article ID: Q123001 |
The information in this article applies to:
SYMPTOMSBuilding a Project causes this error:
Unable to find library. CAUSEIn version 2.6 of FoxPro for Windows and FoxPro for DOS 2.6, you can have multiple Procedure libraries by using the SET LIBRARY TO command with program (.PRG) files. Therefore, the following command statement is a valid statement:
SET LIBRARY TO PROCLIB2.PRGHowever when building the application, the Project manager is not able to identify or locate this file because the Project manager is expecting a .PLB or .FLL file extension, the only values that were valid in previous FoxPro versions.
RESOLUTIONChange the SET LIBRARY TO PROCLIB2.PRG to read as follows:
SET LIBRARY TO "PROCLIB2.PRG"Include the quotation marks. Add the PROCLIB2.PRG file to the project manually.
STATUSMicrosoft 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
|
Additional reference words: FoxDos FoxWin 2.60 buglist2.60
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |