ID: Q106689
The information in this article applies to:
On page 45 in the FoxPro Library Construction Kit "Developer's Guide," the example to invoke CodeView for Windows is incorrect.
The example to invoke CodeView is as follows:
cvw foxprow /l filename.fll
It should be modified to read:
cvw /lc:\lckdir\filename.fll c:\fpwpath\foxprow
In the original example, "/l filename.fll" will be interpreted as a switch
for FoxPro for Windows, instead of as a switch for CodeView. In addition,
there should not be a space after the "/l" switch.
Microsoft CodeView Debugger "User's Guide," page 23
Additional reference words: FoxWin 2.50 2.50a 2.50b lck debug docerr KBCategory: kbtool kbprg kbdocerr KBSubcategory: FxtoolLck
Last Reviewed: June 27, 1995