BUG: Error When Building Project: Unable to Find LibraryID: Q123001 The information in this article applies to:
SYMPTOMSBuilding a Project causes this error:
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:
However 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:
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 Problem1. Create a program file called MAIN.PRG with the following commands:
2. Create the first procedure file (PROCLIB1.PRG) by using these commands:
3. Create the second procedure file (PROCLIB2.PRG) by using these commands:
4. Create a project called Test, and add the MAIN.PRG program. Build the
Additional reference words: FoxDos FoxWin 2.60 buglist2.60
KBCategory: kbprg kbbuglist
KBSubcategory: FxtoolProjman
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |