Microsoft KB Archive/106689

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How to Invoke Microsoft CodeView for Windows

ID: Q106689

The information in this article applies to:

  • Microsoft FoxPro Library Construction Kit, version 2.5
  • Microsoft FoxPro for Windows, versions 2.5, 2.5a, and 2.5b

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.

REFERENCES

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
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.