BUG: _WSetPort Function in LCK Does Not WorkID: Q108334 The information in this article applies to:
SYMPTOMSThe _WSetPort() function of the FoxPro Library Construction Kit (LCK) does not return the correct WHANDLE to the previous window on the Microsoft Windows platform.
RESOLUTIONTo work around this problem, use _WGetPort(), which returns the correct value. To correct the sample code in the "More Information" section below, replace the following line
with:
STATUSMicrosoft has confirmed this to be a problem in FoxPro 2.5, 2.5a, 2.5b, and 2.6 for Windows and in the FoxPro 2.5 Library Construction Kit. 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. Using any compiler, build a FoxPro link library (.FLL) file from the 2. In FoxPro for Windows, execute the following commands:
Additional reference words: FoxWin 2.50 2.50a 2.50b lck gpf buglist2.50
buglist2.50a buglist2.50b 2.60 buglist2.60
KBCategory: kbprg kbbuglist
KBSubcategory: FxtoolLck
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |