How to Invoke Microsoft CodeView for WindowsLast reviewed: June 27, 1995Article 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.fllIt should be modified to read:
cvw /lc:\lckdir\filename.fll c:\fpwpath\foxprowIn 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.
REFERENCESMicrosoft CodeView Debugger "User's Guide," page 23
|
Additional reference words: FoxWin 2.50 2.50a 2.50b lck debug docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |